Update to Bulma 0.7.2+

This commit is contained in:
benjamin melançon 2019-07-30 13:50:23 -04:00
parent a9c98518f3
commit 855b105502
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ $red: #a70c20;
// Update Bulma's global variables.
$primary: $blue;
// Show the navbar on tablet sizes
@import "../../node_modules/bulma/sass/utilities/initial-variables.sass";
$navbar-breakpoint: $tablet;
// Import each part of Bulma separately so we can layer in our styles.
// Extend or override Bulam's base styles in this themes base.scss etc.
@import "../../node_modules/bulma/sass/utilities/_all";