Releases: goodguyry/postcss-tidy-columns
Releases · goodguyry/postcss-tidy-columns
v0.4.1-beta-1
v0.4.0
Added
- Support for configuring different grid specs across multiple breakpoints (#20)
- Use the
tidy-var()
function to retrieve option values in declarations (#27, #32) - Use the
debug
option to maintain the input declaration as a comment (#45, #48)
Changed
- Single offset values in
tidy-column
andtidy-offset
shorthand properties will now apply to all missing values (#25, #36)
Fixed
- Updates dependencies to fix known vulnerabilities (#26, #42)
tidy-*
functions nested within acalc()
function are properly detected and escaped (#34)- Shorthand properties now accept documented values (#36)
- Corrects an issue with unitless non-zero config values not being ignored (#39)
Removed
0.4.0 Beta-2
0.4.0 Beta-1
Added
- Support for configuring different gird spec across multiple breakpoints (#20)