peach a19a732be8 commit message | пре 2 година | |
---|---|---|
.. | ||
lib | пре 2 година | |
test | пре 2 година | |
.npmignore | пре 2 година | |
README.md | пре 2 година | |
package.json | пре 2 година | |
tests.js | пре 2 година |
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.