# normalize-selector **Repository Path**: mirrors_getify/normalize-selector ## Basic Information - **Project Name**: normalize-selector - **Description**: Normalize CSS selectors - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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/