File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,6 @@ export default function () {
6262 '.list-item' : {
6363 display : 'list-item' ,
6464 } ,
65- } ,
66- variants ( 'display' )
67- )
68- addUtilities (
69- {
7065 '.hidden' : {
7166 display : 'none' ,
7267 } ,
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ export default function () {
1111 'font-variant-numeric' :
1212 'var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)' ,
1313 } ,
14- } ,
15- variants ( 'fontVariantNumeric' )
16- )
17- addUtilities (
18- {
1914 '.normal-nums' : {
2015 'font-variant-numeric' : 'normal' ,
2116 } ,
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ export default function () {
77 'text-overflow' : 'ellipsis' ,
88 'white-space' : 'nowrap' ,
99 } ,
10- } ,
11- variants ( 'textOverflow' )
12- )
13-
14- addUtilities (
15- {
1610 '.overflow-ellipsis' : { 'text-overflow' : 'ellipsis' } ,
1711 '.overflow-clip' : { 'text-overflow' : 'clip' } ,
1812 } ,
You can’t perform that action at this time.
0 commit comments