BREAKING CHANGE:
- fix:
styleDelineatoroption changed tostyleDelimiter. Ugh, English.
- feat: support multiple style declarations in same file
- feat: support inline
<style>tags in customRexExp - feat:
styleDelineatoroption allows users to specify the delineator for style declarations - feat:
envoption allows users to specify environment via rollup.config.js, not justNODE_ENV - feat:
configPathoptions allows users to configure the path/to/postcss.config.js - feat: bump minimum rollup version to ^2.0.0
- fix: support Function and Object exported from postcss.config.js
- fix: use
process.cwd()instead of__dirnameto find postcss.config.js - fix: document missing options in README.md
BREAKING CHANGE:
- default
RegExphas changed to support multiple style declarations escapeTemplateStringoption is deprecated
- feat: postcss bumped to ^8.0.0
- fix: issue that prevented custom regex
- added ability to pass postcss plugins with plugin options
- fixed issue when style regex match includes punctuation at end
- initial release