Urara-Blog/node_modules/.pnpm-store/v3/files/88/184f8e0c1edf46c8e886405546f1cfeb042dbd0abe8047ff1fa043619e77358dafe47117bbb1952799c845e95424ee24f0904dddf363c21e89a839aae751e1
2022-08-14 01:14:53 +08:00

44 lines
687 B
Text

# [postcss][postcss]-normalize-positions
> Normalize positions with PostCSS.
## Install
With [npm](https://npmjs.org/package/postcss-normalize-positions) do:
```
npm install postcss-normalize-positions --save
```
## Example
### Input
```css
div {
background-position: bottom left;
}
```
### Output
```css
div {
background-position:0 100%;
}
```
## 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