Fix css variable bug on themes
This commit is contained in:
parent
20141f57f6
commit
5e5166df2d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/theme",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "",
|
||||
"main": " ",
|
||||
"files": [
|
||||
|
@ -17,7 +17,7 @@ $on-button: #000000 !default;
|
||||
}
|
||||
|
||||
$theme: #{$name}-theme;
|
||||
::root {
|
||||
.#{$theme} {
|
||||
--background: #{$background};
|
||||
--on-background: #{$on-background};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user