Skip to content

Commit

Permalink
fix: add sassOptions.outputStyle to expanded in rspack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Mar 28, 2024
1 parent 0e13597 commit 2ac1edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rspack.config.js
Expand Up @@ -333,6 +333,9 @@ module.exports = (webpackEnv, argv) => {
loader: 'sass-loader',
options: {
sourceMap: true, // <-- !!IMPORTANT!!
sassOptions: {
outputStyle: 'expanded', // @see https://github.com/FortAwesome/Font-Awesome/issues/17644#issuecomment-1703318326

Check failure on line 337 in config/rspack.config.js

View workflow job for this annotation

GitHub Actions / build / build-node

Expected indentation of 22 spaces but found 24
},
},
},
],
Expand Down

0 comments on commit 2ac1edc

Please sign in to comment.