postxml-postcss
PostXML plugin for processing inline css in html using Postcss.
Installation
npm i postxml-postcss --save-dev
Usage
Options
plugins
Array of postcss plugins.
Type: Array
Default: []
postcss
Postcss options.
Type: Object
Default: {}
Example
Input
<div style="display:flex;"></div>
Output
<div style="display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;"></div>
Licence
MIT