Skip to content

goto-bus-stop/hexo-renderer-postcss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@goto-bus-stop/hexo-renderer-postcss

Minimalist Hexo plugin for rendering PostCSS

Installation

npm install @goto-bus-stop/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

About

Minimalist Hexo plugin for rendering PostCSS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%