tree: 01a4601d1644869d140f7797cf7c8d32f622e6d3 [path history] [tgz]
  1. dist/
  2. node_modules/
  3. CHANGELOG.md
  4. LICENSE-MIT
  5. package.json
  6. README.md
node_modules/postcss-normalize-unicode/README.md

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