latest version autoprefixer for fis3.
npm install fis3-postprocessor-autoprefixer-latest> latest version autoprefixer for fis3.




``sh`
npm install --global fis3-postprocessor-autoprefixer-latest
`js
// fis-conf.js
const options = {
browsers: ['last 2 versions'],
}
fis.match('*.js', {
postprocessor: fis.plugin('autoprefixer-latest', options),
})
``
config: https://github.com/postcss/autoprefixer
- fis3: http://fis.baidu.com/
- autoprefixer: https://github.com/postcss/autoprefixer
MIT © fisker Cheung