Bourbon v5.0.0-beta.7 Release Notes

Release Date: 2016-11-03 // over 7 years ago
  • ➕ Added

    • ➕ Added white-space: nowrap; to the hide-visually mixin so that content renders on one line and is correctly pronounced by screen readers. You can read more about this in Jesse Beach’s article “Beware smushed off-screen accessible text.”

    🔄 Changed

    • ✂ Removed the default values from the $position and $coordinates arguments for the position mixin.
    • ⚡️ Updated contrast-switch to calculate contrast based on the WCAG 2.0 specification. Please note that it is an approximation and we cannot guarantee full compliance, though all of our manual testing passed.
    • 📇 Renamed the $coordinates argument in the position mixin to $box-edge-values.
    • ⚡️ Updated $font-stack-system to include Avenir Next, Avenir, Lucida Grande, Helvetica, Noto, Franklin Gothic Medium, Century Gothic, and Liberation Sans. This follows system-fonts by Adam Morse.
    • 🚚 The word-break property was removed from the word-wrap mixin and is no longer output.
    • 📇 Renamed the word-wrap mixin to overflow-wrap to align with the name change in the CSS spec.