This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Releases: thoughtbot/bourbon
Releases · thoughtbot/bourbon
v3.0.0
- 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()
andperspective-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
v2.1.2
v2.1.0
v2.0.0.rc1
- Added
hide-text
mixin - Improved
radial-gradients
andtransition
mixins to be more vanilla and extensible - Added
:disabled
styles to thebutton
mixins - Added support for changing position of
deprecated-linear-gradient
- Removed deprecated
animation-basic
mixin - Removed
position
Mixin