You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be really useful if this would also load custom media query definitions (postcss plugin).
Such as @custom-media --small (width <= 768px); -- it would be great to be able to get this whole media query string ((width <= 768px)) from CSS to JS to reuse in a window.matchMedia() call.