Update to BS4 Alpha 5 and recompile

This commit is contained in:
koenemann 2016-10-20 15:29:51 +02:00
parent b15d7c8697
commit 7414bb0563
6 changed files with 486 additions and 260 deletions

File diff suppressed because it is too large Load Diff

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,7 @@
}, },
"homepage": "https://github.com/holger1411/understrap", "homepage": "https://github.com/holger1411/understrap",
"dependencies": { "dependencies": {
"bootstrap": "^4.0.0-alpha.4", "bootstrap": "^4.0.0-alpha.5",
"browser-sync": "^2.16.0", "browser-sync": "^2.16.0",
"font-awesome": "^4.6.3", "font-awesome": "^4.6.3",
"gulp": "^3.9.1", "gulp": "^3.9.1",

View File

@ -1,6 +1,7 @@
/*! /*!
* Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com) * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc. * Copyright 2011-2016 The Bootstrap Authors
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */

View File

@ -1,6 +1,6 @@
// Some basic padding for all wrappers // Some basic padding for all wrappers
.wrapper { .wrapper {
padding:$grid-gutter-width 0; padding:$grid-gutter-width-base 0;
} }
// Reset hero wrapper padding to 0 // Reset hero wrapper padding to 0