JSPM

  • Created
  • Published
  • Downloads 10182333
  • Score
    100M100P100Q248130F
  • License MIT

Normalize multiple value display syntaxes into single values.

Package Exports

  • postcss-normalize-display-values

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postcss-normalize-display-values) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

postcss-normalize-display-values

Normalize display property values with PostCSS.

Install

With npm do:

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

Example

Input

div {
    display: inline flow-root
}

Output

div {
    display: inline-block
}

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs