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
This commit is contained in:
Eli Ribble 2016-06-09 09:55:35 -06:00
parent 5cc8e1a205
commit 9d2f0c5377
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -64,3 +64,6 @@ target/
ve
# The npm installed packages
node_modules
# The css that we generate
static/css

View File

@ -1,4 +0,0 @@
.main-content {
position: relative;
top: 50px;
}