New:Socket for Asana Is Now Available.Learn more
Get Started

postcss-normalize-unicode

Package Overview
Dependencies
Maintainers
7
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-unicode

Normalize unicode-range descriptors, and can convert to wildcard ranges.

Source
npmnpm
Version
8.0.4
Version published
Weekly downloads
18M
21.25%
Maintainers
7
Weekly downloads
 
Created
Source

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

Keywords

css

FAQs

Package last updated on 16 Aug 2026

Related posts