|
@@ -118,15 +118,21 @@ markdown:
|
|
|
|
|
|
node_sass:
|
|
node_sass:
|
|
debug: false
|
|
debug: false
|
|
- outputStyle: nested
|
|
|
|
|
|
+ outputStyle: compressed
|
|
precision: 5
|
|
precision: 5
|
|
sourceComments: false
|
|
sourceComments: false
|
|
|
|
|
|
postcss:
|
|
postcss:
|
|
plugins:
|
|
plugins:
|
|
postcss-svg:
|
|
postcss-svg:
|
|
- paths: ['images']
|
|
|
|
|
|
+ debug: false
|
|
|
|
+ paths:
|
|
|
|
+ - 'src/images'
|
|
defaults: "[fill]: #000000"
|
|
defaults: "[fill]: #000000"
|
|
|
|
+ autoprefixer:
|
|
|
|
+ browsers:
|
|
|
|
+ - 'last 2 versions'
|
|
|
|
+
|
|
|
|
|
|
# Deployment
|
|
# Deployment
|
|
## Docs: https://hexo.io/docs/deployment.html
|
|
## Docs: https://hexo.io/docs/deployment.html
|