|
|
il y a 3 ans | |
|---|---|---|
| .. | ||
| lib | il y a 3 ans | |
| test | il y a 3 ans | |
| .npmignore | il y a 3 ans | |
| README.md | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tests.js | il y a 3 ans | |
Normalize CSS selectors.
Examples:
#foo>.bar -> #foo > .bar#foo > .bar -> #foo > .barfoo[ a = 'b' ] -> foo[a='b']Run mocha tests on node.js with:
npm test
or:
node ./test/mocha/node-suite.js
View the browser suite directly on rawgithub
The code and all the documentation are released under the MIT license.