This pre-release updates Juice, the CSS inlining library that we use, to the latest version, enabling new features such as:
- inlining duplicate properties (for progressive enhancement)
- ignoring CSS through comments
This also improves removing of inlined CSS selectors, as that is now built into Juice itself and we no longer need to use our implementation that used PostHTML and could not handle complex selectors.
To use this pre-release, install from next:
npm i @maizzle/framework@next
- refactor: css inlining e70cd7f