- Issue #5, empty rules in webpack under PostCSS 6.
- Replaced PostCSS 6 deprecated methods for v5 & v6 compatible alternatives.
- Switched to Yarn from NPM.
- Updated PostCSS dependency to include wide range of supported versions.
- Registered plugin name is now correct.
?if media
parser tripping on CSS properties with a URL that contains query (?) parameters (this could be more robust).
- Additional tests for CSS properties with URL query params.
- Additional tests for malformed block
?if media
queries.
- Malformed
?if media
errors have been replaced with warnings. - Swapped error tests for warning tests.
- Failing on comments within nested block queries, comments are now copied to @media rule.
- Plugin functionality and API stable, and passing tests.
- Inline
?if media
declarations. - Nested block
?if media
rules. - Completed adding tests.