File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ module.exports = {
240240 'ol > li' : {
241241 paddingLeft : em ( 28 , 16 ) ,
242242 } ,
243- 'ol > li:before' : {
243+ 'ol > li:: before' : {
244244 left : '0' ,
245245 } ,
246246 'ul > li' : {
@@ -425,7 +425,7 @@ module.exports = {
425425 'ol > li' : {
426426 paddingLeft : em ( 22 , 14 ) ,
427427 } ,
428- 'ol > li:before' : {
428+ 'ol > li:: before' : {
429429 left : '0' ,
430430 } ,
431431 'ul > li' : {
@@ -610,7 +610,7 @@ module.exports = {
610610 'ol > li' : {
611611 paddingLeft : em ( 30 , 18 ) ,
612612 } ,
613- 'ol > li:before' : {
613+ 'ol > li:: before' : {
614614 left : '0' ,
615615 } ,
616616 'ul > li' : {
@@ -795,7 +795,7 @@ module.exports = {
795795 'ol > li' : {
796796 paddingLeft : em ( 36 , 20 ) ,
797797 } ,
798- 'ol > li:before' : {
798+ 'ol > li:: before' : {
799799 left : '0' ,
800800 } ,
801801 'ul > li' : {
@@ -980,7 +980,7 @@ module.exports = {
980980 'ol > li' : {
981981 paddingLeft : em ( 40 , 24 ) ,
982982 } ,
983- 'ol > li:before' : {
983+ 'ol > li:: before' : {
984984 left : '0' ,
985985 } ,
986986 'ul > li' : {
You can’t perform that action at this time.
0 commit comments