summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-20 18:27:42 +0800
committerDejavu Moe <[email protected]>2023-05-20 18:27:42 +0800
commit0ef11d6f21ce71d0afeb030dcd53b3f9c8eddf40 (patch)
treeb7199349e484d2cdd38a7fcbe9456cbaef7bfefe /package.json
parentf08f3f411198f381b4cc6c4ca28b9586ff6aec9f (diff)
downloadhugo-theme-dejavu-0ef11d6f21ce71d0afeb030dcd53b3f9c8eddf40.tar.gz
hugo-theme-dejavu-0ef11d6f21ce71d0afeb030dcd53b3f9c8eddf40.zip
init postcss config
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index d4a26e1..b15d5a1 100644
--- a/package.json
+++ b/package.json
@@ -12,5 +12,11 @@
"devDependencies": {
"bulma": "^0.9.4",
"node-sass": "^9.0.0"
+ },
+ "dependencies": {
+ "@fullhuman/postcss-purgecss": "^5.0.0",
+ "autoprefixer": "^10.4.14",
+ "postcss": "^8.4.23",
+ "postcss-cli": "^10.1.0"
}
}