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
The code currently uses both null and an empty string to indicate there is no media query. It also appears that when it is an empty string, an extra space will be rendered.
We should consistently use one or other, and it's probably cleaner to use null to indicate absence.