normalize-selector

v0.2.0
Normalize CSS Selectors
CSS

Normalize-Selector

Normalize CSS selectors.

Examples:

  • #foo>.bar -> #foo > .bar
  • #foo > .bar -> #foo > .bar
  • foo[ a = 'b' ] -> foo[a='b']

Tests

Run mocha tests on node.js with:

npm test

or:

node ./test/mocha/node-suite.js

rawgithub

View the browser suite directly on rawgithub

License

The code and all the documentation are released under the MIT license.

http://getify.mit-license.org/

npm i normalize-selector

Metadata

  • MIT
  • Whatever
  • Kyle Simpson
  • released 8/10/2015

Downloads

Maintainers