4.0.0 • Published 2 years ago

hexo-renderer-less v4.0.0

Weekly downloads
556
License
MIT
Repository
github
Last release
2 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

2 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

5 years ago

0.2.0

8 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

12 years ago