From 18cccf8ce0b0ac454b74f6ce81219a42117aa447 Mon Sep 17 00:00:00 2001
From: mattkae <mattkae@protonmail.com>
Date: Sat, 17 Dec 2022 10:46:19 -0500
Subject: Improved CSS mode, removed the dashboard (it was useless), and added
 go mode

---
 examples/test.css | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 examples/test.css

(limited to 'examples')

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;
+}
-- 
cgit v1.2.1