lhl 6ff0e96ad3 8-4-1 | před 1 rokem | |
---|---|---|
.. | ||
lib | před 1 rokem | |
test | před 1 rokem | |
.npmignore | před 1 rokem | |
README.md | před 1 rokem | |
package.json | před 1 rokem | |
tests.js | před 1 rokem |
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.