Skip to content

Commit

Permalink
Consistently use ::before instead of :before
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Aug 19, 2020
1 parent 060bed3 commit ba33d77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = {
'ol > li': {
paddingLeft: em(28, 16),
},
'ol > li:before': {
'ol > li::before': {
left: '0',
},
'ul > li': {
Expand Down Expand Up @@ -425,7 +425,7 @@ module.exports = {
'ol > li': {
paddingLeft: em(22, 14),
},
'ol > li:before': {
'ol > li::before': {
left: '0',
},
'ul > li': {
Expand Down Expand Up @@ -610,7 +610,7 @@ module.exports = {
'ol > li': {
paddingLeft: em(30, 18),
},
'ol > li:before': {
'ol > li::before': {
left: '0',
},
'ul > li': {
Expand Down Expand Up @@ -795,7 +795,7 @@ module.exports = {
'ol > li': {
paddingLeft: em(36, 20),
},
'ol > li:before': {
'ol > li::before': {
left: '0',
},
'ul > li': {
Expand Down Expand Up @@ -980,7 +980,7 @@ module.exports = {
'ol > li': {
paddingLeft: em(40, 24),
},
'ol > li:before': {
'ol > li::before': {
left: '0',
},
'ul > li': {
Expand Down

0 comments on commit ba33d77

Please sign in to comment.