diff options
author | Sam Light <sam@lightscale.co.uk> | 2025-03-31 23:52:46 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-03-31 23:52:46 +0100 |
commit | 45866e23f62e7eaa52cb095ad4be0f4619ed235e (patch) | |
tree | 931017042dfa4973fb5cc52400473ff3c51cd901 /workbench/public/dist/main.testing.css | |
parent | d26af3da4f2419e868e70b65c61c6f69649f1798 (diff) |
Created fake css and loading the files in the service provider
Diffstat (limited to 'workbench/public/dist/main.testing.css')
-rw-r--r-- | workbench/public/dist/main.testing.css | 9 |
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; +} |