mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Better error messages for CSS parsing errors relating to variables
This commit is contained in:
@@ -11,7 +11,7 @@ $animation: offset $animation-speed in_out_cubic;
|
||||
|
||||
App > View {
|
||||
docks: side=left/1;
|
||||
text: $animation;
|
||||
text: on $animation;
|
||||
}
|
||||
|
||||
Widget:hover {
|
||||
|
||||
Reference in New Issue
Block a user