gatsbyjs/gatsby-source-wordpress-experimental

Switch from node-sass to dart sass

Closed this issue · 1 comments

LibSass, that is used by node-sass, seems to be deprecated, so node-sass won't support the nice new features like SASS Modules.

Using this starter (npm init gatsby, selecting Wordpress) will add node-sass instead of sass (Dart Sass) to its dependencies, in contrast to the correct recommendation of the gatsby-plugin-sass plugin to install sass, instead.

Hi @martin-braun, thanks for the info! npm init gatsby isn't part of this project so I'd recommend opening this issue on the main GatsbyJS monorepo. Thanks!