Fix issue with css variables with multiple values

This commit is contained in:
Darren Burns
2022-02-03 12:43:05 +00:00
parent a0a2a0666f
commit 6b1554d970
3 changed files with 40 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ $animation: offset $animation-speed in_out_cubic;
App > View {
docks: side=left/1;
text: on $foo;
text: $animation;
}
Widget:hover {