From edaa91d05e753e3609c00068f565b88c4ef77e62 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sun, 10 Dec 2017 11:37:32 +0100 Subject: Compile scss to css --- src/client/static/bundle.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/client/static/bundle.css (limited to 'src/client/static/bundle.css') diff --git a/src/client/static/bundle.css b/src/client/static/bundle.css new file mode 100644 index 0000000..ba2197a --- /dev/null +++ b/src/client/static/bundle.css @@ -0,0 +1,2 @@ +body { + background-color: black; } -- cgit v1.1