outaozhen bb52c63d7d 库提交 hace 5 años
..
dist 9778140fc2 测试提交 hace 5 años
node_modules bb52c63d7d 库提交 hace 5 años
CHANGELOG.md 9778140fc2 测试提交 hace 5 años
LICENSE-MIT 9778140fc2 测试提交 hace 5 años
README.md 9778140fc2 测试提交 hace 5 años
package.json bb52c63d7d 库提交 hace 5 años

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