Fix css variable bug on themes

This commit is contained in:
Fabian 2020-04-27 19:02:32 +02:00
parent 20141f57f6
commit 5e5166df2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/theme",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": " ",
"files": [

View File

@ -17,7 +17,7 @@ $on-button: #000000 !default;
}
$theme: #{$name}-theme;
::root {
.#{$theme} {
--background: #{$background};
--on-background: #{$on-background};
}