lhl 6ff0e96ad3 8-4-1 vor 1 Jahr
..
dist 6ff0e96ad3 8-4-1 vor 1 Jahr
node_modules 6ff0e96ad3 8-4-1 vor 1 Jahr
LICENSE-MIT 6ff0e96ad3 8-4-1 vor 1 Jahr
README.md 6ff0e96ad3 8-4-1 vor 1 Jahr
package.json 6ff0e96ad3 8-4-1 vor 1 Jahr

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