ubyssey.ca icon indicating copy to clipboard operation
ubyssey.ca copied to clipboard

Remove deprecated `node-sass` package, replace with `sass`

Open psiemens opened this issue 11 months ago • 7 comments

What problem does this PR solve?

This PR updates gulp-sass and node-sass to work with newer versions of Node. Closes #1144

How did you fix the problem?

node-sass was deprecated in 2020 so I replaced it with Dart Sass (as recommended in this announcement), which is distributed as sass on NPM. I also had to update gulp-sass to a version that is compatible with sass.

psiemens avatar Jul 17 '23 22:07 psiemens