Björn f184cd7e2a | 4 years ago | |
---|---|---|
.. | ||
dist | 4 years ago | |
node_modules/postcss-value-parser | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE-MIT | 4 years ago | |
README.md | 4 years ago | |
package.json | 4 years ago |
Normalize unicode with PostCSS.
With npm do:
npm install postcss-normalize-unicode --save
@font-face{
font-family: test;
unicode-range: u+2b00-2bff
}
@font-face{
font-family: test;
unicode-range: u+2b??
}
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs