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
oxide
1 parent 2514820 commit b810916Copy full SHA for b810916
src/oxide/cli/build/plugin.ts
@@ -277,9 +277,9 @@ export async function createProcessor(args, cliConfigPath) {
277
let tailwindPlugin = () => {
278
return {
279
postcssPlugin: 'tailwindcss',
280
- Once(root, { result }) {
+ async Once(root, { result }) {
281
env.DEBUG && console.time('Compiling CSS')
282
- tailwind(({ createContext }) => {
+ await tailwind(({ createContext }) => {
283
console.error()
284
console.error('Rebuilding...')
285
0 commit comments