postcss-unicode-selector

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i postcss-unicode-selector

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jotielim