fis3-postprocessor-autoprefixer-latest
v3.1.0
Published
latest version autoprefixer for fis3.
Downloads
18
Maintainers
Readme
fis3-postprocessor-autoprefixer-latest
latest version autoprefixer for fis3.
install
npm install --global fis3-postprocessor-autoprefixer-latest
usage
// fis-conf.js
const options = {
browsers: ['last 2 versions'],
}
fis.match('*.js', {
postprocessor: fis.plugin('autoprefixer-latest', options),
})
config: https://github.com/postcss/autoprefixer
links
fis3: http://fis.baidu.com/
autoprefixer: https://github.com/postcss/autoprefixer
license
MIT © fisker Cheung