mirror of https://github.com/jkjoy/sunpeiwen.git
5d2d87c740 | ||
---|---|---|
.. | ||
lib | ||
CHANGELOG.md | ||
README.md | ||
index.js | ||
package.json |
README.md
Sass renderer plugin for Hexo
A hexo plugin for Dart Sass
Install
$ npm install --save hexo-renderer-sass
Config
Anything specified under the key node_sass
in your _config.yml
files will
be passed directly to the sass.render()
call. Check out the Dart Sass options docs
for all available settings.
_config.yml
node_sass:
outputStyle: expanded
Inheritance
The config object passed to node sass is constructed by merging properties from the following locations using a least-specific-first order:
- Hardcoded Defaults (
{outputStyle: 'expanded'}
) - Theme specific
_config.yml
- Blog root
_config.yml
♥︎
Questions, comments, concerns?