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
Description
To be able to reuse utility classes across the DS where we set padding and margins individually we need in some cases the ability to remove !important from the classes so that it doesn't override some styles we don't want it to in some cases.
Task
Add the ability to remove !important when setting utility classes for padding and margins. This would be achieved through adding some text to the end of the class name which would then automatically set the utility class styling without the !important on the end.
The text was updated successfully, but these errors were encountered:
Description
To be able to reuse utility classes across the DS where we set padding and margins individually we need in some cases the ability to remove
!important
from the classes so that it doesn't override some styles we don't want it to in some cases.Task
Add the ability to remove
!important
when setting utility classes for padding and margins. This would be achieved through adding some text to the end of the class name which would then automatically set the utility class styling without the!important
on the end.The text was updated successfully, but these errors were encountered: