We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35675e5 commit dab1e9bCopy full SHA for dab1e9b
src/lib/substituteTailwindUtilitiesAtRules.js
@@ -25,7 +25,7 @@ export default function(config) {
25
26
applyClassPrefix(tailwindClasses, unwrappedConfig.options.prefix)
27
28
- tailwindClasses.walk(node => node.source = atRule.source)
+ tailwindClasses.walk(node => (node.source = atRule.source))
29
30
atRule.before(tailwindClasses)
31
atRule.remove()
0 commit comments