Update to Bulma 0.7.2+
This commit is contained in:
parent
a9c98518f3
commit
855b105502
2 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
"run-sequence": "^2.0.0"
|
"run-sequence": "^2.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bulma": "^0.6.2",
|
"bulma": "^0.7.2",
|
||||||
"bulma-extensions": "^1.0.4"
|
"bulma-extensions": "^1.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,10 @@ $red: #a70c20;
|
||||||
// Update Bulma's global variables.
|
// Update Bulma's global variables.
|
||||||
$primary: $blue;
|
$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.
|
// 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.
|
// Extend or override Bulam's base styles in this themes base.scss etc.
|
||||||
@import "../../node_modules/bulma/sass/utilities/_all";
|
@import "../../node_modules/bulma/sass/utilities/_all";
|
||||||
|
|
Loading…
Add table
Reference in a new issue