Skip to content

Commit

Permalink
Remove extra space character
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Sep 7, 2020
1 parent d6b7f19 commit ac36e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flagged/darkModeVariant.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {

modified.walkRules(rule => {
rule.selectors = rule.selectors.map(selector => {
return `${prefix('.dark ')} ${selector}`
return `${prefix('.dark')} ${selector}`
})
})

Expand Down

0 comments on commit ac36e8d

Please sign in to comment.