MIF_E31222707/node_modules/postcss-normalize-unicode
adeliaala 0d288a48b9 done 2025-07-15 13:57:20 +07:00
..
src done 2025-07-15 13:57:20 +07:00
types done 2025-07-15 13:57:20 +07:00
LICENSE-MIT done 2025-07-15 13:57:20 +07:00
README.md done 2025-07-15 13:57:20 +07:00
package.json done 2025-07-15 13:57:20 +07:00

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