We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e08fbb commit 0418d45Copy full SHA for 0418d45
1 file changed
webpack.config.js
@@ -49,7 +49,7 @@ module.exports = environment => {
49
{
50
loader: 'sass-loader',
51
options: {
52
- indentedSyntax: false
+ indentedSyntax: false,
53
data: "$primaryBackground: " + primaryBackground + '; ' +
54
"$transitionBackground: " + transitionBackground + "; " +
55
"$secondaryBackground: " + secondaryBackground + ";"
0 commit comments