layout | title | description | group | toc |
---|---|---|---|---|
docs |
Migrating to v4 |
Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components. |
migration |
true |
For a full list of updates from alpha to final version of Bootstrap 4.0.0 you can read official bootstrap blog: http://blog.getbootstrap.com/
These are the changes I've made inside the template due to updates of Bootstrap 4.0.0 Final:
- card-block class renamed to card-body
- popover-title class renamed to popover-header
- popover-content class renamed to popover-body
- $brand-primary and other $brand- variables renamed to $primary etc...
- $nav-disabled-link-color renamed to $nav-link-disabled-color
- $font-size-h1 and other font-size-h_ variables renamed to h1-font-size etc...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HTML: | |
<div class="display-type"></div> | |
// CSS: | |
// set the content of an element depending on the media query |