You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trak.js and Swiftclick not installed by default anymore
Included double-dollar to make life a little easier when looping over DOM elements
Polyfill.io now used instead of shimly for all browser shims [9eb6a83]
Scss
Type vars are now in $type Sass map and reduced the number of items in the list.
Replaced the existing grid with a flexbox-based grid with fallbacks for browsers that do not support flexbox. Learn about the grid here
Removed $bp-single-col and moved all other breakpoint variables into a Sass map. The respond-* mixins were also improved to allow for different types of arguments, e.g. @include respond-min(mid) {...} or @include respond-min(500) {...} or @include respond-min(400px) {...}