0.1.0 • Published 8 years ago
postcss-unicode-selector v0.1.0
PostCSS Unicode Selector 
PostCSS plugin to convert unicode in the CSS selector. This plugin will convert CSS selector that starts with \00 with the unicode character.
.\002665 {
padding: 2rem;
}
.♥ {
padding: 2rem;
}
Usage
postcss([ require('postcss-unicode-selector') ])
See PostCSS docs for examples for your environment.
0.1.0
8 years ago