Skip to content

Commit 0c4af0f

Browse files
neupaueradamwathan
andauthored
Add aspect ratio dimensions value (tailwindlabs#6178)
* Add aspect ratio `dimensions` value * Update defaultConfig.stub.js Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent a321e3c commit 0c4af0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/defaultConfig.stub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ module.exports = {
115115
auto: 'auto',
116116
square: '1 / 1',
117117
video: '16 / 9',
118+
attrs: 'attr(width) / attr(height)'
118119
},
119120
backdropBlur: ({ theme }) => theme('blur'),
120121
backdropBrightness: ({ theme }) => theme('brightness'),

0 commit comments

Comments
 (0)