Hi!
Every once in a while, I like to use the x-hide classes inside non-Cornerstone content such as a blog.
x-hide-xs = 480 & smaller
x-hide-sm = 481px to 767px
x-hide-md = 768px to 979px
x-hide-lg = 980px to 1199px
x-hide-xl = 1200px & up
Would there be any chance to “power them up”, so they follow new responsive styling?
Based on the base breakpoint, I’d like to add only one class instead of all that apply.
For example, If we add xr-hide-lg
, that could apply to all breakpoints from lg downwards. Or something like that. I made the class up, because I understand that old ones need to stay as they are.
This is a rough idea, but It could be practical.