Philipp Partosch 46a936d7de added all files to project | 2 years ago | |
---|---|---|
.. | ||
lib | 2 years ago | |
test/mocha | 2 years ago | |
.npmignore | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago | |
tests.js | 2 years ago |
Normalize CSS selectors.
Examples:
#foo>.bar
-> #foo > .bar
#foo > .bar
-> #foo > .bar
foo[ 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.