postcss-normalize-unicode

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

MIT 48 个版本
安装
npm install postcss-normalize-unicode
yarn add postcss-normalize-unicode
pnpm add postcss-normalize-unicode
bun add postcss-normalize-unicode
README

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

版本列表
8.0.1 2026-06-11
8.0.0 2026-05-06
7.0.9 2026-05-02
7.0.8 2026-04-20
7.0.7 2026-04-13
7.0.6 2026-03-06
7.0.5 2025-10-29
7.0.4 2025-07-14
7.0.3 2025-05-06
7.0.2 2024-08-09
7.0.1 2024-06-19
7.0.0 2024-04-24
6.1.0 2024-03-06
6.0.3 2024-02-24
6.0.2 2024-01-03
6.0.1 2023-12-14
6.0.0 2023-03-27
5.1.1 2022-10-28
5.1.0 2022-03-01
5.0.4 2022-02-07
5.0.3 2022-01-23
5.0.2 2022-01-07
5.0.1 2021-05-19
5.0.0-rc.2 2021-03-15
5.0.0-rc.1 2021-03-05
5.0.0-rc.0 2021-02-19
5.0.0 2021-04-10
4.0.1 2018-09-24
4.0.0-rc.2 2017-08-06
4.0.0-rc.0 2017-06-01
4.0.0 2018-07-04