Sha256: 769683320fefcf0e4e88963e958b0fe6334e5f910aba80f9dd517dbf4fe7948d

Contents?: true

Size: 539 Bytes

Versions: 24

Compression:

Stored size: 539 Bytes

Contents

# 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](https://rawgithub.com/getify/normalize-selector/master/test/mocha/browser-suite.html)

## License

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

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
trusty-cms-4.1.8 node_modules/normalize-selector/README.md
trusty-cms-4.1.7 node_modules/normalize-selector/README.md
trusty-cms-4.1.6 node_modules/normalize-selector/README.md
trusty-cms-4.1.5 node_modules/normalize-selector/README.md