[go: nahoru, domu]

tree: 8b308c2e42efc8e6a9eed27e57fa1b524332ada2 [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/