PHP 7.4.33
Preview: README.md Size: 702 B
/var/www/podio.norlys.foo/httpdocs/node_modules/postcss-normalize-display-values/README.md
# [postcss][postcss]-normalize-display-values

> Normalize display property values with PostCSS.

## Install

With [npm](https://npmjs.org/package/postcss-normalize-display-values) do:

```
npm install postcss-normalize-display-values --save
```

## Example

### Input

```css
div {
    display: inline flow-root
}
```

### Output

```css
div {
    display: inline-block
}
``` 

## Usage

See the [PostCSS documentation](https://github.com/postcss/postcss#usage) for
examples for your environment.

## Contributors

See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).

## License

MIT © [Ben Briggs](http://beneb.info)

[postcss]: https://github.com/postcss/postcss

Directory Contents

Dirs: 1 × Files: 3
Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2019-03-29 05:48:42
Edit Download
1.07 KB lrw-r--r-- 2019-03-29 05:48:26
Edit Download
884 B lrw-r--r-- 2019-03-29 05:48:26
Edit Download
702 B lrw-r--r-- 2019-03-29 05:48:26
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).