postxml-postcss

0.1.0 • Public • Published

postxml-postcss

npm version

PostXML plugin for processing inline css in html using Postcss.

Installation

npm i postxml-postcss --save-dev

Usage

Postxml

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

Package Sidebar

Install

npm i postxml-postcss

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • yepninja