3.0.0 • Published 4 years ago
@aduh95/hexo-renderer-postcss v3.0.0
@aduh95/hexo-renderer-postcss
Minimalist Hexo plugin for rendering PostCSS
Installation
npm install @aduh95/hexo-renderer-postcssUsage
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
3.0.0
4 years ago