PHP 7.4.33
Preview: README.md Size: 710 B
/var/www/cvr-leads.bitkit.dk/httpdocs/node_modules/postcss-normalize-whitespace/README.md
# [postcss][postcss]-normalize-whitespace

> Normalize whitespace with PostCSS.

## Install

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

```
npm install postcss-normalize-whitespace --save
```

## Example

### Input

```css
h1{
    width: calc(10px - ( 100px / var(--test) )) 
}
```

### Output

```css
h1{
    width: calc(10px - 100px / var(--test))
}
``` 

## 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: 2 × Files: 3
Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2025-03-11 10:10:49
Edit Download
types DIR
- drwxr-xr-x 2025-03-11 10:10:49
Edit Download
1.07 KB lrw-r--r-- 2025-03-11 10:10:49
Edit Download
1.58 KB lrw-r--r-- 2025-03-11 10:10:49
Edit Download
710 B lrw-r--r-- 2025-03-11 10:10:49
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).