From 45866e23f62e7eaa52cb095ad4be0f4619ed235e Mon Sep 17 00:00:00 2001 From: Sam Light Date: Mon, 31 Mar 2025 23:52:46 +0100 Subject: Created fake css and loading the files in the service provider --- workbench/public/dist/main.testing.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 workbench/public/dist/main.testing.css (limited to 'workbench/public/dist') 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; +} -- cgit v1.2.3