tree: 41def28b3827527bddea1b1fb8c829a7eca57ca8 [path history] [tgz]
  1. lib/
  2. test/
  3. .npmignore
  4. package.json
  5. README.md
  6. tests.js
node_modules/normalize-selector/README.md

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/