lhl 6ff0e96ad3 8-4-1 | 1 ano atrás | |
---|---|---|
.. | ||
lib | 1 ano atrás | |
test | 1 ano atrás | |
.npmignore | 1 ano atrás | |
README.md | 1 ano atrás | |
package.json | 1 ano atrás | |
tests.js | 1 ano atrás |
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.