Merge pull request #680 from Textualize/css-syntax-error-message

Improve error message for CSS syntax error
This commit is contained in:
Will McGugan
2022-08-18 10:38:42 +01:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Screen {
#left_pane {
background: red;
width: 20;
width: 20
overflow: scroll scroll;
}