Better error messages for CSS parsing errors relating to variables

This commit is contained in:
Darren Burns
2022-02-03 17:23:08 +00:00
parent ee8eb40e0f
commit d50e2e1b0d
3 changed files with 24 additions and 11 deletions

View File

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