Skip to content

Commit 0418d45

Browse files
authored
Fix syntax
1 parent 3e08fbb commit 0418d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = environment => {
4949
{
5050
loader: 'sass-loader',
5151
options: {
52-
indentedSyntax: false
52+
indentedSyntax: false,
5353
data: "$primaryBackground: " + primaryBackground + '; ' +
5454
"$transitionBackground: " + transitionBackground + "; " +
5555
"$secondaryBackground: " + secondaryBackground + ";"

0 commit comments

Comments
 (0)