We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b76cf commit f2d2a0eCopy full SHA for f2d2a0e
stubs/defaultConfig.stub.js
@@ -504,6 +504,8 @@ module.exports = {
504
'5/6': '83.333333%',
505
full: '100%',
506
screen: '100vh',
507
+ min: 'min-content',
508
+ max: 'max-content',
509
fit: 'fit-content',
510
}),
511
inset: ({ theme }) => ({
@@ -582,6 +584,8 @@ module.exports = {
582
584
...theme('spacing'),
583
585
586
587
588
589
590
591
maxWidth: ({ theme, breakpoints }) => ({
@@ -609,6 +613,8 @@ module.exports = {
609
613
0: '0px',
610
614
611
615
616
617
612
618
619
},
620
minWidth: {
0 commit comments