Use sass directly rather than grunt-sass

This commit is contained in:
Steve Gravrock
2025-04-08 21:19:03 -07:00
parent fc935e89c6
commit ba033c520d
3 changed files with 17 additions and 17 deletions

View File

@@ -1,13 +0,0 @@
const sass = require('sass');
module.exports = {
options: {
implementation: sass,
sourceComments: false
},
dist: {
files: {
"lib/jasmine-core/jasmine.css": "src/html/jasmine.scss"
}
}
};