Skip to content

Commit

Permalink
Build: Replace Node Sass with Dart Sass
Browse files Browse the repository at this point in the history
Replaces GCWeb's direct Sass dependencies (i.e. not from its WET dependency):
* Package: Replace node-sass with sass (aka Dart Sass)
* Gruntfile: Update sass variable's requirement from "node-sass" to "sass"
  • Loading branch information
EricDunsworth committed Dec 19, 2024
1 parent b20b569 commit 5ba83e9
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 2,015 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#global module:false
path = require("path")
sass = require("node-sass")
sass = require("sass")
yaml = require("js-yaml")

module.exports = (grunt) ->
Expand Down
Loading

0 comments on commit 5ba83e9

Please sign in to comment.