postcss-normalize-unicode
Install
npm install postcss-normalize-unicode --saveExample
Input
@font-face{
font-family: test;
unicode-range: u+2b00-2bff
}Output
@font-face{
font-family: test;
unicode-range: u+2b??
}Usage
Contributors
License
Last updated