Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/postcss.config.js')
-rw-r--r--assets/css/postcss.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/postcss.config.js b/assets/css/postcss.config.js
index 121ed3f..9bbd93a 100644
--- a/assets/css/postcss.config.js
+++ b/assets/css/postcss.config.js
@@ -9,5 +9,8 @@ module.exports = {
require('autoprefixer')({
path: [themeDir]
}),
+ require('cssnano')({
+ preset: 'default',
+ }),
]
}