first commit
This commit is contained in:
9
web/common/webpack/scss_modules.hbs
Normal file
9
web/common/webpack/scss_modules.hbs
Normal file
@@ -0,0 +1,9 @@
|
||||
@if not variable-exists('modules') {
|
||||
$modules: () !global;
|
||||
}
|
||||
|
||||
$modules: map-merge($modules, (
|
||||
{{#each modules}}
|
||||
'{{@key}}': {{this}},
|
||||
{{/each}}
|
||||
));
|
||||
Reference in New Issue
Block a user