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:
parent
5cc8e1a205
commit
9d2f0c5377
|
@ -64,3 +64,6 @@ target/
|
|||
ve
|
||||
# The npm installed packages
|
||||
node_modules
|
||||
|
||||
# The css that we generate
|
||||
static/css
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
.main-content {
|
||||
position: relative;
|
||||
top: 50px;
|
||||
}
|
Loading…
Reference in New Issue