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 57be02a commit 0d0ce2cCopy full SHA for 0d0ce2c
playgrounds/nextjs/postcss.config.js
@@ -1,5 +1,5 @@
1
-import tailwindcss from '@tailwindcss/postcss'
2
-
3
module.exports = {
4
- plugins: [tailwindcss()],
+ plugins: {
+ '@tailwindcss/postcss': {},
+ },
5
}
0 commit comments