diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-12 14:31:39 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-12 14:31:39 +0300 |
commit | c5affebc6f977d3414d875e4bc87ad8418b76168 (patch) | |
tree | c2736e92cf8cb9143a80a84ff7dc379e46328f2e /postcss.config.cjs | |
parent | dc6c24e56a1c14876cf3a0b3184575458d686b6f (diff) | |
download | popov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.tar.xz popov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.zip |
Added global styles
Diffstat (limited to 'postcss.config.cjs')
-rw-r--r-- | postcss.config.cjs | 3 |
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")], +}; |