Breaking changes:
- Drop support for Node < 10.
- Upgrading Postcss to version 8.
- Postcss is not a peer dependency so now required to install in project.
- Updated readme
- Updated node dependencies for travis
- Updated node dependency version
- Fixed ignore files
- Fixed issues from 2.0.0
- Added editor config
- Added tests
- Added linting
- New version, rewritten to use maps better and to be able to pass in settings
- Added error message when compilation fails so that the plugin doesn't breaking streams
- Changed dev dependencies to dependencies
- Fixed issue with multiple plugins used at the same time
- Initial release