Skip to content

Commit

Permalink
fix sassOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Dec 23, 2023
1 parent df12625 commit eef1afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/canvas/shareable_runtime/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {
implementation: require('sass-embedded'),
webpackImporter: false,
sassOptions: {
outputStyle: 'nested',
outputStyle: 'expanded',
includePaths: [path.resolve(KIBANA_ROOT, 'node_modules')],
},
},
Expand Down

0 comments on commit eef1afc

Please sign in to comment.