Responsive visibility utility styles for printing can't be used as LESS mixins
Created by: honzajavorek
This is the same issue as #9209 (closed), 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.