Skip to content

Commit 4f180f6

Browse files
VdustRmarcosmoura
authored andcommitted
fix(Core): inject SassScript value to CSS variables to fix libsass 3.5.0 (#1620)
http://sass-lang.com/documentation/file.SASS_CHANGELOG.html#3_5_0__12_July_2017_ fix #1619
1 parent 3c60a38 commit 4f180f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
:root {
4949
@each $type, $value in $palette {
50-
--md-theme-#{$name}-#{$type}: $value
50+
--md-theme-#{$name}-#{$type}: #{$value}
5151
}
5252
}
5353

0 commit comments

Comments
 (0)