HaXeho e0dad002ed first commit 10 months ago
..
src e0dad002ed first commit 10 months ago
types e0dad002ed first commit 10 months ago
LICENSE-MIT e0dad002ed first commit 10 months ago
README.md e0dad002ed first commit 10 months ago
package.json e0dad002ed first commit 10 months ago

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