|
|
3 years ago | |
|---|---|---|
| .. | ||
| lib | 3 years ago | |
| test | 3 years ago | |
| .npmignore | 3 years ago | |
| README.md | 3 years ago | |
| package.json | 3 years ago | |
| tests.js | 3 years ago | |
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.