f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
..
dist f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
node_modules f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
CHANGELOG.md f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
LICENSE-MIT f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
README.md f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
package.json f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans

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