PostHTML plugin to minify inline CSS styles
npm install posthtml-minify-inline-cssFinds redundant inline CSS styles in HTML and removes them. This is
very useful for emails, where styles need to be inline for client
support.
For example, if you have a node like:
\
Then the "width" attribute may be meaningful for layout, but the
"color" attribute cannot affect anything and will be removed by this
package.
MIT