normalize-selector
Normalize CSS Selectors
Last updated 11 years ago by getify .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install normalize-selector 
SYNC missed versions from official npm registry.

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/

Current Tags

  • 0.2.0                                ...           latest (11 years ago)

6 Versions

  • 0.2.0                                ...           11 years ago
  • 0.1.0                                ...           11 years ago
  • 0.0.3-a                                ...           11 years ago
  • 0.0.2-a                                ...           12 years ago
  • 0.0.1-a                                ...           12 years ago
  • 0.0.0-a                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 71
This Month 100
Last Day 11
Last Week 43
Last Month 186
Dependencies (0)
None
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |