aboutsummaryrefslogtreecommitdiff
path: root/postcss.config.cjs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-12 14:31:39 +0300
committerValentin Popov <valentin@popov.link>2024-09-12 14:31:39 +0300
commitc5affebc6f977d3414d875e4bc87ad8418b76168 (patch)
treec2736e92cf8cb9143a80a84ff7dc379e46328f2e /postcss.config.cjs
parentdc6c24e56a1c14876cf3a0b3184575458d686b6f (diff)
downloadpopov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.tar.xz
popov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.zip
Added global styles
Diffstat (limited to 'postcss.config.cjs')
-rw-r--r--postcss.config.cjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/postcss.config.cjs b/postcss.config.cjs
new file mode 100644
index 0000000..16eb702
--- /dev/null
+++ b/postcss.config.cjs
@@ -0,0 +1,3 @@
+module.exports = {
+ plugins: [require("autoprefixer"), require("cssnano")],
+};