postcss-normalize-unicode-nightly

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

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

This is an un-official nightly release of cssnano's postcss-normalize-unicode

In this, the package is named as postcss-normalize-unicode-nightly

In from this docs, you need to replace every

postcss-normalize-unicode --> postcss-normalize-unicode-nightly


Original Docs below


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

版本列表
0.8.4 2020-08-04
0.8.1 2020-08-01
0.7.31 2020-07-31
0.7.25 2020-07-25
0.7.24 2020-07-24
0.7.8 2020-07-08
0.6.30 2020-06-30
0.6.27 2020-06-27
0.6.26 2020-06-26