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
Specifically, I would like to hide an element on extra small (xs) and small (sm) resolutions. I cannot combine .hidden-xs and .hidden-sm as each class applies visibility to all other resolutions and uses !important.
Is this intentional behavior? I think it would be a common use case to want to hide or show elements greater than or less than a given screen size vs. having to choose one.
The text was updated successfully, but these errors were encountered:
Specifically, I would like to hide an element on extra small (xs) and small (sm) resolutions. I cannot combine .hidden-xs and .hidden-sm as each class applies visibility to all other resolutions and uses !important.
Is this intentional behavior? I think it would be a common use case to want to hide or show elements greater than or less than a given screen size vs. having to choose one.
The text was updated successfully, but these errors were encountered: