Commit 5d15dee 1 parent 429fe07 commit 5d15dee Copy full SHA for 5d15dee
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1660,10 +1660,10 @@ export let corePlugins = {
1660
1660
1661
1661
textDecoration : ( { addUtilities } ) => {
1662
1662
addUtilities ( {
1663
- '.underline' : { 'text-decoration' : 'underline' } ,
1664
- '.overline' : { 'text-decoration' : 'overline' } ,
1665
- '.line-through' : { 'text-decoration' : 'line-through' } ,
1666
- '.no-underline' : { 'text-decoration' : 'none' } ,
1663
+ '.underline' : { 'text-decoration-line ' : 'underline' } ,
1664
+ '.overline' : { 'text-decoration-line ' : 'overline' } ,
1665
+ '.line-through' : { 'text-decoration-line ' : 'line-through' } ,
1666
+ '.no-underline' : { 'text-decoration-line ' : 'none' } ,
1667
1667
} )
1668
1668
} ,
1669
1669
Original file line number Diff line number Diff line change 805
805
--tw-text-opacity : 0.1 ;
806
806
}
807
807
.underline {
808
- text-decoration : underline;
808
+ text-decoration-line : underline;
809
809
}
810
810
.decoration-red-600 {
811
811
text-decoration-color : # dc2626 ;
You can’t perform that action at this time.
0 commit comments