- Added
allowEquivalentNotation
option
- Upgraded pipetteur to
2.0.0
(thanks to @davidtheclark)
- Added
firstColor
&secondColor
to generated warnings, enabling easier warning consumption (thanks to @davidtheclark)
- Added a CHANGELOG per PostCSS guidelines for plugins
- Switched the license to MIT, since npm didn't like Apache 2.0 as a license field
- Switched to PostCSS from reworkcss
- Changed the output format to use postcss notification api
- Exposes self as a postcss plugin
inspect
is nowprocess
in order to match PostCSS style- Test suite changed to @substack's tape
- Supports sourcemap inputs via PostCSS api