Releases: cmalven/sass-toolkit
Releases · cmalven/sass-toolkit
v2.5.3
Changed
- Fluid size maps with a single
default
value will now handle $negative
, $scale
, and $adjust
correctly when used via the fluid-size
mixin.
v2.5.1
Changed
- Adds clarification in README about adding px to values for fluid type sizing.
v2.5.0
Added
- You can now set a
$type-style
set to scale fluidly across breakpoints with the fluid: true
property.
v2.4.6
- Adds a new unit test for a
type-style
with only a default
value.
v2.4.5
- Updates how
test-watch
script runs based on latest changes to mocha.