We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1508da0 commit 8f85a13Copy full SHA for 8f85a13
package.json
@@ -34,7 +34,7 @@
34
"main": "./out/extension",
35
"scripts": {
36
"build": "yarn run build:ts && yarn run build:css",
37
- "build:css": "yarn node-sass scss/ -o css/ --output-style compressed",
+ "build:css": "yarn sass scss/:css/ -s compressed",
38
"build:ts": "webpack --mode production",
39
"compile": "webpack --mode development --watch",
40
"lint": "eslint \"src/**/*.ts\"",
@@ -76,11 +76,11 @@
76
"milligram": "^1.4.1",
77
"minimatch": "^3.0.4",
78
"mocha": "^9.0.3",
79
- "node-sass": "^6.0.1",
80
"original-fs": "^1.0.0",
81
"ovsx": "0.2.0",
82
"prettier": "^2.2.1",
83
"prettylint": "^1.0.0",
+ "sass": "^1.77.4",
84
"semantic-release": "^17.4.4",
85
"semantic-release-vsce": "^4.0.1",
86
"semver": "^7.3.5",
0 commit comments