DEV Community

Discussion on: Using media queries with JavaScript

 
elusive241 profile image
elusive24 • Edited

getComputedStyle() forces layout recalculation. While its ok for simple cases, in general, its a perfomance bottleneck.

Might be useful (what forces layout reflow):
gist.github.com/paulirish/5d52fb08...