仲裁视频会议H5
wangqiong 37a88df277 视频会议 2 年前
..
src 视频会议 2 年前
types 视频会议 2 年前
LICENSE-MIT 视频会议 2 年前
README.md 视频会议 2 年前
package.json 视频会议 2 年前

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