diff options
author | mattkae <mattkae@protonmail.com> | 2022-12-17 10:46:19 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-12-17 10:46:19 -0500 |
commit | 18cccf8ce0b0ac454b74f6ce81219a42117aa447 (patch) | |
tree | dbb58d704c8499d639a2a39578dd0876370efe4b /examples | |
parent | 1ef51c8468872b70eea8335a8166b64711c9fe98 (diff) |
Improved CSS mode, removed the dashboard (it was useless), and added go mode
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/test.css b/examples/test.css new file mode 100644 index 0000000..ab7e74b --- /dev/null +++ b/examples/test.css @@ -0,0 +1,9 @@ + +.f123 { + font-family: "Helvetica"; +} + +.f123 { + display: flex; + flex-basis: row; +} |