4.0.0 • Published 3 years ago

hexo-renderer-less v4.0.0

Weekly downloads
556
License
MIT
Repository
github
Last release
3 years ago

Less renderer

Build Status NPM version Coverage Status

Add support for Less.

Install

$ npm install hexo-renderer-less --save

Configure

In your theme configuration,

# themes/yourtheme/_config.yml
less:
  paths: []
  options:
  • paths: Array of include paths.
    • e.g. to include Bower Bootstrap, ['bower_components/bootstrap/less']
    • globbing is also supported, ['bower_components/bootstrap/**']
  • options: Less.js options.
    • Example:
    less:
      options:
        globalVars:
          var1: 'some value'
4.0.0

3 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

7 years ago

0.2.0

9 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

13 years ago