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
This is the same issue as #9209, which addressed .visible-sx, .hidden-lg, etc. Unfortunately, print classes .visible-print and .hidden-print were kept defined the old way. The same trick (putting the media queries from outside of the definitions to inside) would fix this.
The text was updated successfully, but these errors were encountered:
This is the same issue as #9209, which addressed
.visible-sx
,.hidden-lg
, etc. Unfortunately, print classes.visible-print
and.hidden-print
were kept defined the old way. The same trick (putting the media queries from outside of the definitions to inside) would fix this.The text was updated successfully, but these errors were encountered: