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
- 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 includedword-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 aheight
argument - Removed our
prefixer
function fromborder-radius
shorthand mixin - Removed the
dist
directory, which was a duplicate of the library for Bower (Bower now points toapp/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 themodular-scale
function instead)