The New Features in Bootstrap
- jQuery Removed
- Switch to Vanilla JavaScript
- Responsive Font Sizes
Drop.font-size-sm,.font-size-base,.font-size-lgand.font-size-xlutilities- New
.text-sm,.text-base,.text-lgand.text-xlutilities -
.title { @include font-size(4rem); }
- Drop Internet Explorer 10 and 11 Support
- Change Gutter Width Unit of Measurement
gx-*classes control the horizontal/column gutter widthgy-*classes control the vertical/row gutter widthg-*classes control the horizontal & vertical gutter width
- Remove Card Decks
- Currently have as well card decks as the grid system, but our grid offers more responsive control, so there's not really a reason to keep the decks.
- Navbar Optimization
- Remove redundant
display: inline-blockfrom flex children - Remove
line-height: inherit;which is the default value ofline-height - Use flex shorthand
- Improve background shorthand
- Fix removed brand margin caused by requiring containers in navbars
- Remove redundant
- Custom SVG Icon Library
- Switching from Jekyll to Hugo
- Class Updates