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
Breadcrumb now uses flexbox layout instead of floats.
Equalize was overhauled a bit with updated logic and handling for nesting, but should work mostly the same. The biggest change was where the mutation handler hooks in. Instead of being the top level item getting the attribute for data-cfw-mutate and calling down, the mutation attribute is now attached on the lowest items and invokes upwards in the DOM.
CSS
6a85128: Reboot: Don't use touch-action:manipulation on input type="range"
a174f57: Component-Breadcrumb: convert to flexbox layout
c6a31a7: Utilities: add .border-x{-0} and .border-y{-0} classes for adding and removing border on horizontal and vertical sides