0.1.0 • Published 8 years ago

postxml-postcss v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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