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.