Skip to content

Commit 8f85a13

Browse files
committed
Use sass instead of node-sass to avoid node-gyp errors on macOS
1 parent 1508da0 commit 8f85a13

File tree

2 files changed

+45
-281
lines changed

2 files changed

+45
-281
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"main": "./out/extension",
3535
"scripts": {
3636
"build": "yarn run build:ts && yarn run build:css",
37-
"build:css": "yarn node-sass scss/ -o css/ --output-style compressed",
37+
"build:css": "yarn sass scss/:css/ -s compressed",
3838
"build:ts": "webpack --mode production",
3939
"compile": "webpack --mode development --watch",
4040
"lint": "eslint \"src/**/*.ts\"",
@@ -76,11 +76,11 @@
7676
"milligram": "^1.4.1",
7777
"minimatch": "^3.0.4",
7878
"mocha": "^9.0.3",
79-
"node-sass": "^6.0.1",
8079
"original-fs": "^1.0.0",
8180
"ovsx": "0.2.0",
8281
"prettier": "^2.2.1",
8382
"prettylint": "^1.0.0",
83+
"sass": "^1.77.4",
8484
"semantic-release": "^17.4.4",
8585
"semantic-release-vsce": "^4.0.1",
8686
"semver": "^7.3.5",

0 commit comments

Comments
 (0)