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