fixed autoPrefixer
parent
19cce60a06
commit
223cd9de29
2
index.js
2
index.js
|
@ -181,7 +181,7 @@ function __init__() {
|
|||
|
||||
prefixer = postcss().use(
|
||||
autoprefixer({
|
||||
browsers: options.browsers
|
||||
overrideBrowserslist: options.browsers
|
||||
})
|
||||
)
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "scss-to-css",
|
||||
"displayName": "scss-to-css",
|
||||
"description": "🔥 The easiest way to compile scss file to css. And autoprefixer at the same time.",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"publisher": "yutent",
|
||||
"author": "Yutent [@yutent]",
|
||||
"icon": "logo.png",
|
||||
|
@ -89,7 +89,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"start": "esbuild index.js --bundle --outfile=out.js --external:vscode --format=cjs --platform=node",
|
||||
"vscode:prepublish": "npm start -- --minify"
|
||||
"pack": "npm start -- --minify"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@ ul {
|
|||
display: flex;
|
||||
|
||||
li {
|
||||
flex: 2;
|
||||
flex: 3;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue