hexo-renderer-postcss2

1.0.0 • Public • Published

hexo-renderer-postcss2

A Hexo plugin for rendering PostCSS

Install

$ npm install hexo-renderer-postcss2 --save

Options

You can create .postcssrc.js:

module.exports = {
  plugins: {
    autoprefixer: {
      browsers: ['last 4 version']
    }
  }
}

Package Sidebar

Install

npm i hexo-renderer-postcss2

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.91 kB

Total Files

8

Last publish

Collaborators

  • chuangker