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 /package.json | |
parent | dc6c24e56a1c14876cf3a0b3184575458d686b6f (diff) | |
download | popov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.tar.xz popov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.zip |
Added global styles
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 772c148..c7e0958 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,11 @@ "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "astro": "^4.15.4", + "autoprefixer": "^10.4.20", + "cssnano": "^7.0.6", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", + "sass": "^1.78.0", "typescript": "^5.6.2" }, "devDependencies": { |