hexo-renderer-stylus-full

0.1.0 • Public • Published

hexo-renderer-stylus-full

Add support for Stylus with Nib, Rupture and KoutoSwiss.

Install

Prerequisites:

  • Hexo 3: >= 0.2
  • Hexo 2: 0.1.x
$ npm i hexo-renderer-stylus-full --save

Options

You can configure this plugin in _config.yml.

stylus:
  compress: false
  sourcemaps:
    comment: true
    inline: true
    sourceRoot: ''
    basePath: .
  • Stylus:

    • compress - Compress generated CSS (default: false)
  • Sourcemaps

    • comment - Adds a comment with the sourceMappingURL to the generated CSS (default: true)
    • inline - Inlines the sourcemap with full source text in base64 format (default: false)
    • sourceRoot - sourceRoot property of the generated sourcemap
    • basePath - Base path from which sourcemap and all sources are relative (default: .)

Package Sidebar

Install

npm i hexo-renderer-stylus-full

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.7 kB

Total Files

8

Last publish

Collaborators

  • diogomoretti