lix-website/themes/lix/assets/bootstrap/node_modules/normalize-selector
2024-04-26 22:49:34 -06:00
..
lib initial commit of template 2024-04-26 22:49:34 -06:00
test/mocha initial commit of template 2024-04-26 22:49:34 -06:00
.npmignore initial commit of template 2024-04-26 22:49:34 -06:00
package.json initial commit of template 2024-04-26 22:49:34 -06:00
README.md initial commit of template 2024-04-26 22:49:34 -06:00
tests.js initial commit of template 2024-04-26 22:49:34 -06:00

Normalize-Selector

Normalize CSS selectors.

Examples:

  • #foo>.bar -> #foo > .bar
  • #foo > .bar -> #foo > .bar
  • foo[ a = 'b' ] -> foo[a='b']

Tests

Run mocha tests on node.js with:

npm test

or:

node ./test/mocha/node-suite.js

rawgithub

View the browser suite directly on rawgithub

License

The code and all the documentation are released under the MIT license.

http://getify.mit-license.org/