Skip to content

Commit 2972427

Browse files
committed
chore: update postcss config
1 parent e20058e commit 2972427

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

playground/tailwind/postcss.config.ts renamed to playground/tailwind/postcss.config.cts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// postcss.config.ts
21
module.exports = {
32
plugins: {
43
tailwindcss: { config: __dirname + '/tailwind.config.js' },
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
module.exports = {
2-
plugins: [require('postcss-nested')],
1+
import postcssNested from 'postcss-nested'
2+
3+
export default {
4+
plugins: [postcssNested],
35
}

0 commit comments

Comments
 (0)