peach a19a732be8 commit message | před 2 roky | |
---|---|---|
.. | ||
lib | před 2 roky | |
test | před 2 roky | |
.npmignore | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky | |
tests.js | před 2 roky |
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.