lhl 6ff0e96ad3 8-4-1 | il y a 1 an | |
---|---|---|
.. | ||
lib | il y a 1 an | |
test | il y a 1 an | |
.npmignore | il y a 1 an | |
README.md | il y a 1 an | |
package.json | il y a 1 an | |
tests.js | il y a 1 an |
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.