- Update postcss and color dependencies
- Just code refactoring
- Added: rgba(rgb(), a) syntax
- Fixed: Remove extra plugin.postcss hack #11
- Postcss 5.0
- Updated: dependencies
- Fixed: converting rgba in gradients
- Bumped minor version
- Updated: used plugin guidelines
- Added: rgba(#rgb, a) syntax
- Fixed: proper white(1) and black(1) (was rgba(..., 0.1))
- Fixed: Fixed processing of comma-separated values
- Updated: postcss 4.1
- Fixed: #rgb.a in brackets (for ex: radial-gradient(white(0.05), white(0)))
- Changed: black() and white() can be passed without argument
- Changed: black() and white() accepts 0 in argument
- Changed: plugin now transforms color in series
- Fixed: long values transformation
- Changed: hex syntax from
#rgb a
to#rgb.a
Initial release