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
2 changed files with 3 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -64,3 +64,6 @@ target/
|
||||||
ve
|
ve
|
||||||
# The npm installed packages
|
# The npm installed packages
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# The css that we generate
|
||||||
|
static/css
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
.main-content {
|
|
||||||
position: relative;
|
|
||||||
top: 50px;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue