diff options
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/postcss.config.js b/postcss.config.js index 5307961..52b9b4b 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,5 @@ module.exports = { - plugins: [ - require("autoprefixer"), - require("postcss-nested"), - ], + plugins: { + '@tailwindcss/postcss': {}, + }, } |
