- Fix
@import
prelude parsing
- Updated: peer
stylelint
to >=16 (breaking) - Removed
false
option, usenull
instead
- Ensure this can work with Stylelint 15 too. (thanks @alex-e-leon!)
- Updated dependencies to latest versions.
- Breaking: Dropping support for old Node versions.
- Updated to use
postcss-value-parser
. - Updating to use common plugin layout. (thanks @jameschensmith!)
- Updating: peer
stylelint
to 14 (major). (thanks @oscarvz and @ronilaukkarinen!) - Updated: Engines to match PostCSS support
- Added resolver to resolve absolute path in
@import
(thanks @heroandtn3!)
- Updated:
postcss-values-parser
to 3.0.4 (major) - Updated: peer
stylelint
to 10 - 13 (major) - Updated: Node 10+ compatibility (major)
- Fixed: Options are now configured
- Initial version