postcss-normalize-unicode
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i postcss-normalize-unicode

Weekly Downloads

10,347,228

Version

7.0.0

License

MIT

Unpacked Size

7.33 kB

Total Files

6

Last publish

Collaborators

  • beneb
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot