XuelesszzZ 94af2b8e7b 6-30-5 1 yıl önce
..
dist 94af2b8e7b 6-30-5 1 yıl önce
node_modules 94af2b8e7b 6-30-5 1 yıl önce
LICENSE-MIT 94af2b8e7b 6-30-5 1 yıl önce
README.md 94af2b8e7b 6-30-5 1 yıl önce
package.json 94af2b8e7b 6-30-5 1 yıl önce

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