uswds / uswds-gulp

A simple Gulp 4.0 workflow for transforming USWDS Sass into browser-readable CSS.
Other
35 stars 17 forks source link

change import to support gulp-sass 5.0 #35

Closed eduxstad closed 3 years ago

eduxstad commented 3 years ago

In gulp-sass 5.0 Instead of setting a compiler prop on the gulp-sass instance, you pass the compiler into a function call when instantiating gulp-sass. See https://www.npmjs.com/package/gulp-sass#migrating-to-version-5

This will likely remove support for earlier gulp-sass versions.

mejiaj commented 3 years ago

Thanks for submitting this! I've added it to our sprint board for review.

Sidenote On USWDS and USWDS-Site we moved away from gulp-sass because they went a year without a release and some security vulnerabilities popped up.

mejiaj commented 3 years ago

Closing in favor of #37.