Skip to content

Releases: thoughtbot/bourbon

v3.0.0

02 Jan 03:15
Compare
Choose a tag to compare
  • Requires Sass 3.2+
  • Removed the need to pass -r ./stylesheets/sass/bourbon/lib/bourbon.rb flag to the sass watch command.
  • Removed the compact() ruby function. Bourbon is now an all sass library and platform agnostic!!
  • Compact() function rewritten in SASS. Thanks to @nottrobin for helping nail this down.
  • Refactored prefixer mixin to be more succinct.
  • New $all-text-inputs-hover variable for targeting the :hover pseudo-class of $all-text-inputs
  • New $all-text-inputs-focus variable for targeting the :focus pseudo-class of $all-text-inputs
  • New mixins: perspective() and perspective-origin()
  • Updated mixins to use variable arguments supported in sass 3.2.
Deprecation warning — must read!
  • Some Border-radius mixins have been deprecated. These include:
    • border-radius()
    • border-top-left-radius()
    • border-top-right-radius()
    • border-bottom-left-radius()
    • border-bottom-right-radius()
  • See the border-radius docs for a list of border-radius mixins that have NOT been deprecated.

v2.1.3

02 Jan 03:16
Compare
Choose a tag to compare
  • Fixed incorrect clearfix mixin for IE6/7

v2.1.2

02 Jan 03:16
Compare
Choose a tag to compare
  • New command line tools (bourbon help, --help, -h, --version, -v, --force, --path)
  • Added asset-pipeline support for @font-face mixin with $asset-pipeline:true argument
  • New hidpi-media-query Mixin
  • New image-rendering Mixin

v2.1.0

02 Jan 03:16
Compare
Choose a tag to compare
  • Added @font-face mixin
  • Added a function-property-name() function to enhance the transition mixins
  • Added shorthand position mixin back due to user requests
  • Minor Bug Fixes

v2.0.0.rc1

02 Jan 03:17
Compare
Choose a tag to compare
  • Added hide-text mixin
  • Improved radial-gradients and transition mixins to be more vanilla and extensible
  • Added :disabled styles to the button mixins
  • Added support for changing position of deprecated-linear-gradient
  • Removed deprecated animation-basic mixin
  • Removed position Mixin