mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Migrate from node-sass to sass
node-sass is deprecated and doesn't work on Node 16. sass is actively maintained and considered the canonical sass implementation.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
var path = require("path");
|
||||
var fs = require("fs-extra");
|
||||
var sass = require("node-sass");
|
||||
var sass = require("sass");
|
||||
|
||||
module.exports = function(grunt) {
|
||||
|
||||
|
Reference in New Issue
Block a user