19 lines
189 B
Markdown
19 lines
189 B
Markdown
|
## fite-plugin-autoprefixer
|
||
|
|
||
|
|
||
|
```js
|
||
|
|
||
|
import autoprefixer from 'fite-plugin-autoprefixer'
|
||
|
|
||
|
|
||
|
|
||
|
// fite.config.js
|
||
|
|
||
|
export default {
|
||
|
...,
|
||
|
plugin: [ autoprefixer('chrome 89') ],
|
||
|
...
|
||
|
}
|
||
|
|
||
|
|
||
|
```
|