LAPTOP-UBJMM5MG\user d7428fd373 更新 il y a 1 an
..
dist d7428fd373 更新 il y a 1 an
node_modules d7428fd373 更新 il y a 1 an
LICENSE-MIT d7428fd373 更新 il y a 1 an
README.md d7428fd373 更新 il y a 1 an
package.json d7428fd373 更新 il y a 1 an

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