Skip to content

PostXML plugin for processing inline css in html using Postcss

Notifications You must be signed in to change notification settings

postxml/postxml-postcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PostXML plugin for processing inline css in html using Postcss

Resources

Stars

Watchers

Forks

Packages

No packages published