From 9d2f0c537796b147e509678f245c7fd92a41bda7 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 9 Jun 2016 09:55:35 -0600 Subject: [PATCH] Remove our old CSS in favor of SASS I'm going to add the SASS in a bit. For now I just want to get these removed to make room for where I'm going to be putting the SASS post-processed output --- .gitignore | 3 +++ static/css/vanth.css | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 static/css/vanth.css diff --git a/.gitignore b/.gitignore index f80d8b1..f7a54f6 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ target/ ve # The npm installed packages node_modules + +# The css that we generate +static/css diff --git a/static/css/vanth.css b/static/css/vanth.css deleted file mode 100644 index 25ab1cb..0000000 --- a/static/css/vanth.css +++ /dev/null @@ -1,4 +0,0 @@ -.main-content { - position: relative; - top: 50px; -}