Skip to content

Commit 47a3b93

Browse files
committed
Fix style
1 parent ca9f482 commit 47a3b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/substituteTailwindUtilitiesAtRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function(config) {
2525

2626
applyClassPrefix(tailwindClasses, unwrappedConfig.options.prefix)
2727

28-
tailwindClasses.walk(node => node.source = atRule.source)
28+
tailwindClasses.walk(node => (node.source = atRule.source))
2929

3030
atRule.before(tailwindClasses)
3131
atRule.remove()

0 commit comments

Comments
 (0)