summaryrefslogtreecommitdiffstats
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, 0 insertions, 7 deletions
diff --git a/postcss.config.js b/postcss.config.js
deleted file mode 100644
index 97f9abb..0000000
--- a/postcss.config.js
+++ /dev/null
@@ -1,7 +0,0 @@
1module.exports = {
2 plugins: [
3 require("cssnano")({
4 preset: "default",
5 }),
6 ],
7};