master
yutent 2024-07-25 16:44:54 +08:00
parent a544f278cd
commit ecb551b641
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## fite-plugin-autoprefixer ## fite-plugin-autoprefixer
fite构建工具专用的css前缀补全插件.
```js ```js

View File

@ -2,10 +2,13 @@
"name": "fite-plugin-autoprefixer", "name": "fite-plugin-autoprefixer",
"type": "module", "type": "module",
"version": "1.0.0", "version": "1.0.0",
"description": "fite构建工具专用的css前缀补全插件.",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"autoprefixer": "^10.4.19" "autoprefixer": "^10.4.19"
}, },
"repository": "https://git.wkit.fun/bytedo/fite-plugin-autoprefixer.git",
"author": "yutent",
"engines": { "engines": {
"node": ">=16.6.0" "node": ">=16.6.0"
}, },