postcss-normalize-unicode-nightly
v0.8.4
Published
Normalize unicode-range descriptors, and can convert to wildcard ranges.
Downloads
14
Readme
This is an un-official nightly release of cssnano's postcss-normalize-unicode
In this, the package is named as postcss-normalize-unicode-nightly
In from this docs, you need to replace every
postcss-normalize-unicode --> postcss-normalize-unicode-nightly
Original Docs below
postcss-normalize-unicode
Normalize unicode with PostCSS.
Install
With npm do:
npm install postcss-normalize-unicode --save
Example
Input
@font-face{
font-family: test;
unicode-range: u+2b00-2bff
}
Output
@font-face{
font-family: test;
unicode-range: u+2b??
}
Usage
See the PostCSS documentation for examples for your environment.
Contributors
See CONTRIBUTORS.md.
License
MIT © Ben Briggs