Enable gatsby-plugin-sass to allow sass-embedded #38987
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
sass-loader
was recently updated to v14.2.0but it's not possible to use that with gatsby-plugin-sass, since it uses
^10.4.1
, seegatsby/packages/gatsby-plugin-sass/package.json
Line 12 in 9584173
resulting in
when attempting to do so.
It would be great if gatsby-plugin-sass would be enabled to utilized
sass-embedded
, gaining the (potential) performance improvements.Reproduction Link
https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/package.json#L12
Steps to Reproduce
Attempt to use
sass-embedded
, e.g.in the
plugins
array.See build log
Expected Result
Works
Actual Result
Unknown Sass implementation "sass-embedded".
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: