Move Bootstrap SCSS to static/

As a result the CSS maps an be used to trace the original line in the SCSS
in the browser inspector.  Also, move bootstrap to a subdir to distinguish
it from the SCSS of the app itself.
This commit is contained in:
Paul van Tilburg 2017-12-30 16:23:25 +01:00
parent c39a065550
commit 6259b9b320
85 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
// Include all of Bootstrap
@import "bootstrap";
@import "bootstrap/bootstrap";
// Add some padding for the fixed-top navbar
body {