Skip to content

Releases: thoughtbot/bourbon

v3.2.4

16 Jan 21:35
Compare
Choose a tag to compare
  • Fixed syntax bugs in the flexbox and render-gradients mixins
  • Fixed a bug in the position mixin which caused LibSass to not ignore values

v4.1.1

12 Jan 17:49
Compare
Choose a tag to compare
  • Fixes a bug in the font-face mixin which caused it to not output the correct asset paths when using the Rails asset pipeline and sass-rails

v4.1.0

30 Dec 02:59
Compare
Choose a tag to compare
  • Added Bourbon’s 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, plus has WOFF2 support
  • The modular-scale function now let’s you set defaults
  • The hide-text add-on now accepts a height argument
  • The position mixin now supports the calc() CSS function
  • The size mixin now supports auto, inherit, initial values, unitless numbers, intrinsic sizing values and the calc() CSS function
  • The word-wrap mixin can now be reset to normal
  • Removed our prefixer function from border-radius shorthand mixin
  • 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)

Bower Users:

We changed where Bower looks for Bourbon’s files. Instead of a dist directory, which was just a duplicate of the entire Bourbon library for Bower to use, we now point Bower to app/assets/stylesheets. You’ll need to update your bower.json manifest file to reflect this change.

v4.1.0.pre

21 Dec 22:35
Compare
Choose a tag to compare
v4.1.0.pre Pre-release
Pre-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)

v4.0.2

12 Nov 16:40
Compare
Choose a tag to compare
  • Added a global setting for Rails’ Asset Pipeline
  • Fixed a bug with the size mixin not outputting width

v3.2.3

12 Nov 16:49
Compare
Choose a tag to compare
Version bump to 3.2.3

v3.2.2

12 Nov 16:47
Compare
Choose a tag to compare
Version bump to 3.2.2

v4.0.1

23 Apr 15:23
Compare
Choose a tag to compare

Fixed a bug that prevented @font-feature-settings mixin from being imported.

v3.2.1

23 Apr 15:25
Compare
Choose a tag to compare

Fixed a bug that prevented @font-feature-settings mixin from being imported.

Fixed a bug that prevented the @triangle mixin from compiling properly with Sass 3.2 and Libsass

v4.0.0 stable

20 Apr 00:13
Compare
Choose a tag to compare

Official stable release for use with Sass 3.3.x

⚠️ If you are using libsass or sass-rails use v3.2.x.

For a full list of features and changes, see the 4.0.0-RC.1 and the 4.0.0-RC.2 changelogs.

Install

gem install bourbon -v 4.0.0

Gemfile

gem 'bourbon', '~> 4.0.0'