Skip to content

Commit

Permalink
Do not use sass 1.40.0 (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Sep 14, 2021
1 parent 8cfef7d commit a53791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"mathjax": "^2.7.5"
},
"devDependencies": {
"sass": "^1.25.0"
"sass": "^1.25.0 <1.40.0"
},
"scripts": {
"build": "mkdir -p dist/js/markdown-toolbar-element dist/css dist/fa/css dist/fa/webfonts && npm run copy:jquery && npm run copy:bootstrap && npm run copy:fontawesome && npm run copy:markdown && npm run sass:build",
Expand Down

0 comments on commit a53791c

Please sign in to comment.