ecommerce_docker/frontend_server/node_modules/postcss-normalize-display-v...
sigonasr2 ff7945a554 Create Docker app with frontend,backend,database modules 5 years ago
..
dist Create Docker app with frontend,backend,database modules 5 years ago
node_modules/postcss-value-parser Create Docker app with frontend,backend,database modules 5 years ago
LICENSE-MIT Create Docker app with frontend,backend,database modules 5 years ago
README.md Create Docker app with frontend,backend,database modules 5 years ago
package.json Create Docker app with frontend,backend,database modules 5 years 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