3.0.0 • Published 2 years ago

@aduh95/hexo-renderer-postcss v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@aduh95/hexo-renderer-postcss

Minimalist Hexo plugin for rendering PostCSS

Installation

npm install @aduh95/hexo-renderer-postcss

Usage

Hexo will auto-detect this plugin.

It uses postcss-load-config. Create a postcss.config.js file to configure plugins et cetera.

module.exports = {
  plugins: {
    'postcss-import': {},
    'cssnano': {}
  }
}

License

MIT