getify/grips

grips-css: function to normalize selectors

Open

#15 aperta il 11 mar 2014

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)JavaScript (22 fork)github user discovery
help wanted

Metriche repository

Star
 (288 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Whenever selectors are processed by the codegen, and they are base64 encoded for the grips partial id's, these selectors need to be normalized. Whenever render(..) is called with a selector, that selector should be normalized, so it can match when base64 encoded the proper grips partial.

Examples of necessary normalizations:

foo     bar

-> foo bar

foo     >       bar

-> foo > bar

foo    /* something */    bar

-> foo bar

Guida contributor