Releases: postcss/postcss-color-function
Releases · postcss/postcss-color-function
4.0.1
- Fixed: bug when using the
tint
, shade
, and contrast
adjusters along with the alpha
adjuster
(#33 - @tylergaw)
4.0.0
- Added: compatibility with postcss v6.x
- Updated dependencies
3.0.0
- Changed: send postcss warning when color function cannot be parsed instead of throwing
(#35 - @drewbourne)
- Changed: send a postcss message when color function contains a var()
(#36 - @drewbourne)
2.0.1
- Fixed: whitespace are retained between color() usage.
(#27)
2.0.0
- Removed: compatibility with postcss v4.x
(#14)
- Added: compatibility with postcss v5.x
(#14)
1.3.2
- Fixed: the plugin now do now transform all functions that match
*color(
but
only the one that are real color function call
(#12)
1.3.0
- Changed: upgrade to PostCSS 4.1.x
1.2.0
- Added: contrast() adjuster