You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, webpackImporter is no longer allowed. This is necessary for any Sass files using @forward syntax (e.g. Google's Material design): webpack-contrib/sass-loader#804
cpboyd
changed the title
bug(gatsby-plugin-sass): default outputStyle of nested is not supported by Dart Sass
bug(gatsby-plugin-sass): plugin option issues
Nov 2, 2020
Description
Per https://sass-lang.com/documentation/js-api#outputstyle:
While
nested
is the default for Node Sass, it isn't supported by Dart Sass.Similarly,
webpackImporter
is no longer allowed. This is necessary for any Sass files using@forward
syntax (e.g. Google's Material design): webpack-contrib/sass-loader#804This breaking change was introduced in #27437.
Steps to reproduce
Setup with Dart Sass as described on https://www.gatsbyjs.com/plugins/gatsby-plugin-sass/
Expected result
This should work, as it used to.
Actual result
Environment
The text was updated successfully, but these errors were encountered: