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

@ -53,7 +53,7 @@
"run-sequence": "^2.0.0"
},
"dependencies": {
"bulma": "^0.6.2",
"bulma": "^0.7.2",
"bulma-extensions": "^1.0.4"
}
}

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";