1.1.0 • Published 1 year ago

hexo-scss-renderer v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Forked by (https://github.com/knksmith57/hexo-renderer-sass)

Sass renderer plugin for Hexo

npm version Build Status Coverage Status

A hexo plugin for node-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 node sass options docs for all available settings.

_config.yml

node_sass:
  outputStyle: nested
  precision: 5
  sourceComments: false

Inheritance

The config object passed to node sass is constructed by merging properties from the following locations using a least-specific-first order:

  1. Hardcoded Defaults ({outputStyle: 'nested',sourceComments: false})
  2. Theme specific _config.yml
  3. Blog root _config.yml

♥︎

Questions, comments, concerns?

1.1.0

1 year ago