Autoprefixer plugin for Hexo.
$ npm install hexo-autoprefixer --save
Configure Autoprefixer in your Hexo config.
autoprefixer:
exclude:
- '*.min.css'
- exclude: Exclude files
In hexo-autoprefixer@2.0.0
please specify browser
option in package.json
or .browserslistrc
instead of _config.yaml
. Please see Browserslist: Config file.