New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

postxml-postcss

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postxml-postcss

PostXML plugin for processing inline css in html using Postcss

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

html

FAQs

Package last updated on 16 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts