postcss-normalize-display-values
TypeScript icon, indicating that this package has built-in type declarations

6.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i postcss-normalize-display-values

Weekly Downloads

8,322,960

Version

6.0.2

License

MIT

Unpacked Size

6.03 kB

Total Files

9

Last publish

Collaborators

  • beneb
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot