fite-plugin-autoprefixer/Readme.md

19 lines
189 B
Markdown
Raw Normal View History

2024-07-25 16:42:09 +08:00
## fite-plugin-autoprefixer
```js
import autoprefixer from 'fite-plugin-autoprefixer'
// fite.config.js
export default {
...,
plugin: [ autoprefixer('chrome 89') ],
...
}
```