elementQuery
elementQuery copied to clipboard
Added support for root ems
Root ems ('rem' units) are useful for elements should depend on the body font size rather than the font size of the element in question.
Adding support for rems to elementQuery is straightforward -- just pass document.body as the element to getEmPixels.