Skip to content

Commit b9fec75

Browse files
authored
chore(deps): Update Sass, SLDS and related deps (#65)
- copy edits - remove ruby for dart Sass - update gulp-sass - update gulp-load-plugins - update slds in the lock file
1 parent 241df6b commit b9fec75

File tree

4 files changed

+10685
-671
lines changed

4 files changed

+10685
-671
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ git checkout master
9999
git pull origin master
100100
```
101101

102-
Or, in GitHub Desktop, click `Fetch origin` and then `Pull origin`
102+
Or, in GitHub Desktop, click `Fetch origin` and then `Pull origin`.
103103

104104
## See Also
105105

gulpfile.js

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ const gulp = require('gulp')
1414
const del = require('del')
1515
const browserSync = require('browser-sync')
1616
const JSON5 = require('json5')
17-
const gulpLoadPlugins = require('gulp-load-plugins')
1817

19-
const $ = gulpLoadPlugins()
18+
const $ = require('gulp-load-plugins')({
19+
postRequireTransforms: {
20+
sass: (sass) => {
21+
return sass(require('sass'))
22+
}
23+
}
24+
})
2025

2126
gulp.task('assets', () =>
2227
gulp

0 commit comments

Comments
 (0)