Releases: cmalven/sass-toolkit
Releases · cmalven/sass-toolkit
v3.0.1
Fixed
- Fix for custom property names in some versions of sass.
v3.0.0
Changed
@include fluid-size()
now uses CSS custom properties behind the scenes to drastically reduce the amount of code output.
v2.8.0
Added
- We now automatically output a responsive CSS custom property for every size set in $fluid-sizes.
v2.7.0
Fixed
- Critical issues, such as trying to get map values that don't exist, will now throw an error instead of a warning.
- Automatic checking of passed number values to ensure that they match when necessary.
v2.6.1
Fixed
- Tests for fluid type values now include required
px
- Fluid sizes with only a
default
value won't fail when multiple properties are used.
Updated
v2.6.0
Changed
- Bumps dependency versions
v2.5.9
Changed
- Upgrade to latest version of Mocha
v2.5.8
Added
- Added example of vertical media queries to the README.
v2.5.6
Changed
- Another update to Github workflow