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