Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
dist First Commit há 3 anos
node_modules First Commit há 3 anos
.DS_Store First Commit há 3 anos
CHANGELOG.md First Commit há 3 anos
LICENSE-MIT First Commit há 3 anos
README.md First Commit há 3 anos
package.json First Commit há 3 anos

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