Skip to content

Commit

Permalink
updated to sass-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Aug 1, 2024
1 parent 7f74c15 commit a09bf8e
Show file tree
Hide file tree
Showing 3 changed files with 1,972 additions and 1,505 deletions.
2 changes: 1 addition & 1 deletion gulp/tasks/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var fs = require('fs');
var gulp = require('gulp');
var prettyJSON = require('prettyjson');
var sass = require('gulp-sass')(require('sass'));
var sass = require('gulp-sass')(require('sass-embedded'));
var plumber = require('gulp-plumber');
var sourcemaps = require('gulp-sourcemaps');
var sassLint = require('gulp-sass-lint');
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@
"requirejs": "^2.3.6",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0",
"sass": "^1.65.1",
"sass-true": "^7.0.0",
"sassy-lists": "^3.0.1",
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"sinon": "^7.2.2",
"strip-indent": "^2.0.0",
"supercollider": "latest",
Expand Down Expand Up @@ -161,6 +162,5 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {}
}
}
Loading

0 comments on commit a09bf8e

Please sign in to comment.