Skip to content

Commit

Permalink
ensure we await the processTailwindFeatures in the oxide CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait authored and thecrypticace committed Oct 24, 2023
1 parent 2514820 commit b810916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oxide/cli/build/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ export async function createProcessor(args, cliConfigPath) {
let tailwindPlugin = () => {
return {
postcssPlugin: 'tailwindcss',
Once(root, { result }) {
async Once(root, { result }) {
env.DEBUG && console.time('Compiling CSS')
tailwind(({ createContext }) => {
await tailwind(({ createContext }) => {
console.error()
console.error('Rebuilding...')

Expand Down

0 comments on commit b810916

Please sign in to comment.