implement single line comments (#2248)

This commit is contained in:
Will McGugan
2023-04-11 15:21:41 +01:00
committed by GitHub
parent 48e8b510ba
commit 13939499d9
3 changed files with 134 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Screen {
overflow: auto;
}
#calculator {
#calculator {
layout: grid;
grid-size: 4;
grid-gutter: 1 2;