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 () {
62
62
'.list-item' : {
63
63
display : 'list-item' ,
64
64
} ,
65
- } ,
66
- variants ( 'display' )
67
- )
68
- addUtilities (
69
- {
70
65
'.hidden' : {
71
66
display : 'none' ,
72
67
} ,
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ export default function () {
11
11
'font-variant-numeric' :
12
12
'var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)' ,
13
13
} ,
14
- } ,
15
- variants ( 'fontVariantNumeric' )
16
- )
17
- addUtilities (
18
- {
19
14
'.normal-nums' : {
20
15
'font-variant-numeric' : 'normal' ,
21
16
} ,
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ export default function () {
7
7
'text-overflow' : 'ellipsis' ,
8
8
'white-space' : 'nowrap' ,
9
9
} ,
10
- } ,
11
- variants ( 'textOverflow' )
12
- )
13
-
14
- addUtilities (
15
- {
16
10
'.overflow-ellipsis' : { 'text-overflow' : 'ellipsis' } ,
17
11
'.overflow-clip' : { 'text-overflow' : 'clip' } ,
18
12
} ,
You can’t perform that action at this time.
0 commit comments