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

v4.1.0.pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@tysongach tysongach released this 21 Dec 22:35
· 456 commits to master since this release
  • Added the version number to the main manifest partial (_bourbon.scss) for easy reference
  • Added a text-decoration mixin
  • Added a selection mixin
  • Fixed a bug in the background mixin when only passing a color
  • Fixed a bug in the hide-text mixin for non-English characters
  • Fixed ellipsis mixin to included word-wrap for IE8/9
  • Fixed a bug in the Flexbox mixin to output -ms-flex-pack: distribute; instead of -ms-flex-pack: center;
  • Flat style for the button add-on now accepts $padding and $text-size arguments
  • The font-face mixin now let’s you specify file formats
  • The modular-scale function now let’s you set defaults
  • The hide-text add-on now accepts a height argument
  • Removed our prefixer function from border-radius shorthand mixin
  • Removed the dist directory, which was a duplicate of the library for Bower (Bower now points to app/assets/stylesheets)
  • Deprecated the button mixin
  • Deprecated the grid functions (flex-grid, flex-gutter, grid-width), which were moved to Neat
  • Deprecated the golden-ratio function (use the modular-scale function instead)