-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
Description
The responsive utilities provided by SLDS are great for hiding elements, but I have been having trouble with them in respect to showing elements only to small screens. My request is to support a slds-min-<SIZE>-hide
class that will behave much like slds-min-<SIZE>-hide
but instead of hiding the element below a certain breakpoint will hide an element above a certain breakpoint. This would allow for rendering certain elements only for screen sizes below 480px for example.
If there is already a way to achieve this today and I am just missing something I would be happy to hear that too.