Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Nov 20, 2024
1 parent 57be02a commit 0d0ce2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playgrounds/nextjs/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tailwindcss from '@tailwindcss/postcss'

module.exports = {
plugins: [tailwindcss()],
plugins: {
'@tailwindcss/postcss': {},
},
}

0 comments on commit 0d0ce2c

Please sign in to comment.