Gazebo_simulation-Frontend/node_modules/postcss-normalize-unicode
Riddhi Dave c586e2ed33 session update with django backend 2021-02-25 10:57:52 -05:00
..
dist React files 2020-12-21 10:29:31 -05:00
node_modules session update with django backend 2021-02-25 10:57:52 -05:00
CHANGELOG.md React files 2020-12-21 10:29:31 -05:00
LICENSE-MIT React files 2020-12-21 10:29:31 -05:00
README.md React files 2020-12-21 10:29:31 -05:00
package.json session update with django backend 2021-02-25 10:57:52 -05:00

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