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 6fe8a95 commit 8b5a56fCopy full SHA for 8b5a56f
src/cli/build/plugin.js
@@ -294,9 +294,9 @@ export async function createProcessor(args, cliConfigPath) {
294
let tailwindPlugin = () => {
295
return {
296
postcssPlugin: 'tailwindcss',
297
- Once(root, { result }) {
+ async Once(root, { result }) {
298
env.DEBUG && console.time('Compiling CSS')
299
- tailwind(({ createContext }) => {
+ await tailwind(({ createContext }) => {
300
console.error()
301
console.error('Rebuilding...')
302
0 commit comments