Update to Bulma 7.2 & use my navbar-breakpoint variable they accepted

This commit is contained in:
benjamin melançon 2018-11-11 23:40:49 -05:00
parent 9a1c25235a
commit b0a0dc68ed
3 changed files with 841 additions and 597 deletions

File diff suppressed because it is too large Load diff

View file

@ -171,6 +171,8 @@ $desktop: 960px + (2 * $gap) !default; // 1152px container + 3rem
$widescreen: 1152px + (2 * $gap) !default; // 1344px container + 3rem
$fullhd: 1344px + (2 * $gap) !default;
$navbar-breakpoint: $tablet !default
// Animation
//

View file

@ -11,13 +11,13 @@
"grunt-sass": "^2.1.0",
"grunt-shell": "^2.1.0",
"kss": "^3.0.0-beta.18",
"node-sass": "^4.9.0"
"node-sass": "^4.10.0"
},
"dependencies": {
"bulma": "^0.6.2",
"bulma": "^0.7.2",
"bulma-extensions": "^1.0.4",
"grunt-cli": "^1.3.1",
"ionicons": "^4.2.2",
"grunt-cli": "^1.3.2",
"ionicons": "^4.4.6",
"slick-carousel": "^1.8.1"
}
}