summaryrefslogtreecommitdiff
path: root/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js7
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': {},
+ },
}