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.