gatsbyjs / gatsby-source-wordpress-experimental

The upcoming v4 of gatsby-source-wordpress, currently in beta
MIT License
385 stars 100 forks source link

Switch from node-sass to dart sass #406

Closed martin-braun closed 3 years ago

martin-braun commented 3 years ago

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.

TylerBarnes commented 3 years ago

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!