Releases: steveblue/rollup-plugin-inline-postcss
Releases · steveblue/rollup-plugin-inline-postcss
3.0.1
3.0.0
This release contains major feature improvements and bugfixes.
- 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 - 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