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

6.1.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

Package Sidebar

Install

npm i postcss-normalize-unicode

Weekly Downloads

9,835,476

Version

6.1.0

License

MIT

Unpacked Size

7.32 kB

Total Files

6

Last publish

Collaborators

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