tree: 19ef242fe3bdf7733fc8dfec0da541b2b8f30560 [path history] [tgz]
  1. dist/
  2. node_modules/
  3. LICENSE-MIT
  4. package.json
  5. README.md
node_modules/postcss-normalize-display-values/README.md

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