summaryrefslogtreecommitdiff
path: root/postcss.config.js
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-08-08 21:50:59 +0200
committerMichal Sapka <michal@sapka.me>2022-08-08 21:50:59 +0200
commit937ffa1e09a38eb8bda96f27f657e08f98ea04d4 (patch)
tree6c12c061aa94464abc68cded9683644372ac5b73 /postcss.config.js
parented52e72e64db4dc0f40e6c4095d9980b5a658ec1 (diff)
feat: remove tailwind
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/postcss.config.js b/postcss.config.js
index 33ad091d..90d9fffc 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,6 +1,5 @@
module.exports = {
plugins: {
- tailwindcss: {},
autoprefixer: {},
},
}