Closed
Description
We are compiling .scss
files to .css
using the node-sass
package which is deprecated.
We should switch over to sass
(Dart Sass).
This will involve installing the correct packages but will also likely involve changes to our Webpack config files.
Originally posted by @lindapaiste in #2388 (review)