Skip to content

Commit 7f31ac1

Browse files
committed
ensure we await the processTailwindFeatures when we have multiple roots
1 parent adadf80 commit 7f31ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function tailwindcss(configOrPath) {
3535

3636
for (const root of roots) {
3737
if (root.type === 'root') {
38-
processTailwindFeatures(context)(root, result)
38+
await processTailwindFeatures(context)(root, result)
3939
}
4040
}
4141

0 commit comments

Comments
 (0)