0.1.0 • Published 7 years ago

postcss-unicode-selector v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

PostCSS Unicode Selector Build Status

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.