fite-plugin-autoprefixer/Readme.md

21 lines
238 B
Markdown
Raw Normal View History

2024-07-25 16:42:09 +08:00
## fite-plugin-autoprefixer
2024-07-25 16:44:54 +08:00
fite构建工具专用的css前缀补全插件.
2024-07-25 16:42:09 +08:00
```js
import autoprefixer from 'fite-plugin-autoprefixer'
// fite.config.js
export default {
...,
plugin: [ autoprefixer('chrome 89') ],
...
}
```