Skip to content

Commit 0d0ce2c

Browse files
committed
WIP
1 parent 57be02a commit 0d0ce2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playgrounds/nextjs/postcss.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import tailwindcss from '@tailwindcss/postcss'
2-
31
module.exports = {
4-
plugins: [tailwindcss()],
2+
plugins: {
3+
'@tailwindcss/postcss': {},
4+
},
55
}

0 commit comments

Comments
 (0)