Commit 31a9860 1 parent 579e922 commit 31a9860 Copy full SHA for 31a9860
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -504,6 +504,7 @@ module.exports = {
504
504
'5/6' : '83.333333%' ,
505
505
full : '100%' ,
506
506
screen : '100vh' ,
507
+ fit : 'fit-content' ,
507
508
} ) ,
508
509
inset : ( { theme } ) => ( {
509
510
auto : 'auto' ,
@@ -581,6 +582,7 @@ module.exports = {
581
582
...theme ( 'spacing' ) ,
582
583
full : '100%' ,
583
584
screen : '100vh' ,
585
+ fit : 'fit-content' ,
584
586
} ) ,
585
587
maxWidth : ( { theme, breakpoints } ) => ( {
586
588
none : 'none' ,
@@ -599,19 +601,22 @@ module.exports = {
599
601
full : '100%' ,
600
602
min : 'min-content' ,
601
603
max : 'max-content' ,
604
+ fit : 'fit-content' ,
602
605
prose : '65ch' ,
603
606
...breakpoints ( theme ( 'screens' ) ) ,
604
607
} ) ,
605
608
minHeight : {
606
609
0 : '0px' ,
607
610
full : '100%' ,
608
611
screen : '100vh' ,
612
+ fit : 'fit-content' ,
609
613
} ,
610
614
minWidth : {
611
615
0 : '0px' ,
612
616
full : '100%' ,
613
617
min : 'min-content' ,
614
618
max : 'max-content' ,
619
+ fit : 'fit-content' ,
615
620
} ,
616
621
objectPosition : {
617
622
bottom : 'bottom' ,
@@ -844,6 +849,7 @@ module.exports = {
844
849
screen : '100vw' ,
845
850
min : 'min-content' ,
846
851
max : 'max-content' ,
852
+ fit : 'fit-content' ,
847
853
} ) ,
848
854
willChange : {
849
855
auto : 'auto' ,
You can’t perform that action at this time.
0 commit comments