hexo-renderer-axis

Stylus renderer plugin for Hexo with axis support

Usage no npm install needed!

<script type="module">
  import hexoRendererAxis from 'https://cdn.skypack.dev/hexo-renderer-axis';
</script>

README

Stylus renderer

Add support for Stylus with axis and nib

Install

$ npm install hexo-renderer-axis --save

Options

You can configure this plugin in _config.yml.

stylus:
  compress: false
axis:
  implicit: true
  • compress - Compress generated CSS
  • implicit - Do not require importing axis manually in stylus