Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

v4.2.0 - Woodford Reserve

Compare
Choose a tag to compare
@tysongach tysongach released this 13 Feb 14:57
· 393 commits to master since this release

🎉 Bourbon is now compatible with LibSass 3.1+!

Improvements

  • $all-button-inputs is now simply $all-buttons ($all-button-inputs will continue to work until v5.0).
  • $all-buttons also now includes the button element.
  • $all-text-inputs now includes the textarea element.

Bug fixes

  • selection is now compatible with LibSass and we fixed a bug which caused errors in certain versions of Ruby Sass.
  • Fixed a bug with hide-text which caused some typefaces to extend into the visible area. It also no longer requires a height.

Deprecations

  • box-sizing has been deprecated and will be removed in v5.0.

Maintenance

  • Bourbon now requires Sass 3.4.
  • We are now bourbon on npm.
  • We are now using SCSS-Lint with Hound to help us keep our Sass in tip-top shape.
  • We’ve begun porting our documentation over to SassDoc, which will allow them to be versioned and make updating easier.
  • We’ve updated our browser support.