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/stylesheets/hello.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/client/static/stylesheets/hello.css (limited to 'src/client/static/stylesheets/hello.css') diff --git a/src/client/static/stylesheets/hello.css b/src/client/static/stylesheets/hello.css deleted file mode 100644 index edcbc92..0000000 --- a/src/client/static/stylesheets/hello.css +++ /dev/null @@ -1,23 +0,0 @@ -* { - box-sizing: border-box; -} - -html, body { - margin: 0; - font-family: 'Roboto', sans-serif; - display: flex; - flex-direction: column; - justify-content: center; - text-align: center; - width: 100vw; - height: 100vh; - color: gray; -} - -.ideas { - font-size: 0.8em; -} - -a { - color: #3f51b5; -} -- cgit v1.1