44112: Upgrade to bootstrap 4 beta

This commit is contained in:
Lotte Hofstede
2017-08-22 09:42:49 +02:00
parent f70cf51310
commit cab2eca394
32 changed files with 65 additions and 78 deletions

View File

@@ -1,12 +1 @@
@import './variables.scss';
@import '../../node_modules/bootstrap/scss/variables';
@import '../../node_modules/bootstrap/scss/mixins';
@mixin negate-gutters($gutters: $grid-gutter-widths) {
@each $breakpoint in map-keys($gutters){
@include media-breakpoint-up($breakpoint) {
$gutter: map-get($gutters, $breakpoint);
margin-right: ($gutter / -2);
margin-left: ($gutter / -2);
}
}
}
/* Custom mixins go here */