Urara-Blog/node_modules/.pnpm-store/v3/files/a8/1a911ef6cb15d425adcf4293cde329fa1106b7f3fbf2c64f589095b598680f8cd699580204bfc619ec04ebd077ee6fb11ea929a7cf15ab76c185512de8be64
2022-08-14 01:14:53 +08:00

46 lines
724 B
Text

# [postcss][postcss]-normalize-unicode
> Normalize unicode with PostCSS.
## Install
With [npm](https://npmjs.org/package/postcss-normalize-unicode) do:
```
npm install postcss-normalize-unicode --save
```
## Example
### Input
```css
@font-face{
font-family: test;
unicode-range: u+2b00-2bff
}
```
### Output
```css
@font-face{
font-family: test;
unicode-range: u+2b??
}
```
## 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