Moved bootstrap to critical styles
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -1,2 +1,3 @@
|
|||||||
// contains critical css that needs to load immediately
|
// contains critical css that needs to load immediately
|
||||||
|
@import "bootstrap-custom";
|
||||||
@import "fa-svg-with-js";
|
@import "fa-svg-with-js";
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
// Import partials from `sass_dir` (defaults to `_sass`)
|
// Import partials from `sass_dir` (defaults to `_sass`)
|
||||||
@import "bootstrap-custom";
|
|
||||||
|
|
||||||
.site-header > .navbar {
|
.site-header > .navbar {
|
||||||
//border-top: 5px solid $dark;
|
//border-top: 5px solid $dark;
|
||||||
|
|||||||
Reference in New Issue
Block a user