Autoprefixer plugin for Hexo.
npm install hexo-autoprefixer  
[Autoprefixer] plugin for Hexo.
`` bash`
$ npm install hexo-autoprefixer --save
Configure Autoprefixer in your Hexo config.
` yaml``
autoprefixer:
exclude:
- '*.min.css'
browsers:
- 'last 2 versions'
- exclude: Exclude files
See
[Autoprefixer]: https://github.com/postcss/autoprefixer