fite-plugin-autoprefixer
v1.0.0
Published
fite构建工具专用的css前缀补全插件.
Downloads
1
Readme
fite-plugin-autoprefixer
fite构建工具专用的css前缀补全插件.
import autoprefixer from 'fite-plugin-autoprefixer'
// fite.config.js
export default {
...,
plugin: [ autoprefixer('chrome 89') ],
...
}