peach a19a732be8 commit message | vor 2 Jahren | |
---|---|---|
.. | ||
lib | vor 2 Jahren | |
test | vor 2 Jahren | |
.npmignore | vor 2 Jahren | |
README.md | vor 2 Jahren | |
package.json | vor 2 Jahren | |
tests.js | vor 2 Jahren |
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.