|
|
há 3 anos atrás | |
|---|---|---|
| .. | ||
| lib | há 3 anos atrás | |
| test | há 3 anos atrás | |
| .npmignore | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| package.json | há 3 anos atrás | |
| tests.js | há 3 anos atrás | |
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.