css-ext

0.0.10 • Public • Published

CSS-Ext

Have you ever wondered why CSS selectors do not support nested grouping syntax and make your css selectors cumbersome? From now on, you can prevent from using lengthy selectors!

Example

var sel = 'div(.a,#bc.d) (span,form)';
document.querySelectorAll(SPGL.enum(sel, false).join(','));

Dependents (0)

Package Sidebar

Install

npm i css-ext

Weekly Downloads

11

Version

0.0.10

License

MIT

Unpacked Size

3.96 kB

Total Files

4

Last publish

Collaborators

  • kdnj