diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-13 01:26:48 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-13 01:26:48 +0300 |
commit | fd054f0fa494bfedf6fd8f9098a2a500be233afc (patch) | |
tree | 643acc72d29551ed5fb1c681120a25d15d7cc422 /package.json | |
parent | de1885fe8fe279c95c2c2b101fad916958dadd4a (diff) | |
download | popov.link-fd054f0fa494bfedf6fd8f9098a2a500be233afc.tar.xz popov.link-fd054f0fa494bfedf6fd8f9098a2a500be233afc.zip |
Update config to use "advanced" preset for cssnano
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index b90156a..a369031 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "astro": "^4.15.4", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", + "cssnano-preset-advanced": "^7.0.6", "dayjs": "^1.11.13", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", |