summaryrefslogtreecommitdiff
path: root/workbench/public
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-03-31 23:52:46 +0100
committerSam Light <samlight1994@gmail.com>2025-03-31 23:52:46 +0100
commit45866e23f62e7eaa52cb095ad4be0f4619ed235e (patch)
tree931017042dfa4973fb5cc52400473ff3c51cd901 /workbench/public
parentd26af3da4f2419e868e70b65c61c6f69649f1798 (diff)
Created fake css and loading the files in the service provider
Diffstat (limited to 'workbench/public')
-rw-r--r--workbench/public/dist/main.testing.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/workbench/public/dist/main.testing.css b/workbench/public/dist/main.testing.css
new file mode 100644
index 0000000..d184bdb
--- /dev/null
+++ b/workbench/public/dist/main.testing.css
@@ -0,0 +1,9 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ background-color: #333;
+ color: red;
+}