githubEdit

postcss-normalize-display-values

Normalize display property values with PostCSS.

Install

With npmarrow-up-right do:

npm install postcss-normalize-display-values --save

Example

Input

div {
    display: inline flow-root
}

Output

div {
    display: inline-block
}

Usage

See the PostCSS documentationarrow-up-right for examples for your environment.

Contributors

See CONTRIBUTORS.mdarrow-up-right.

License

MIT © Ben Briggsarrow-up-right

Last updated

Was this helpful?