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.
processTailwindFeatures
1 parent adadf80 commit 7f31ac1Copy full SHA for 7f31ac1
src/plugin.js
@@ -35,7 +35,7 @@ module.exports = function tailwindcss(configOrPath) {
35
36
for (const root of roots) {
37
if (root.type === 'root') {
38
- processTailwindFeatures(context)(root, result)
+ await processTailwindFeatures(context)(root, result)
39
}
40
41
0 commit comments