yutent a544f278cd | ||
---|---|---|
.gitignore | ||
.prettierrc.yaml | ||
LICENSE | ||
Readme.md | ||
index.js | ||
package.json |
Readme.md
fite-plugin-autoprefixer
import autoprefixer from 'fite-plugin-autoprefixer'
// fite.config.js
export default {
...,
plugin: [ autoprefixer('chrome 89') ],
...
}