!important use case
Hey, if i would like to hide an element on mobile and use a utility class along the lines of:
however the element i would like to hide, let's say it's a button, has some styling that overrides the
would it be an acceptable case to use
however the element i would like to hide, let's say it's a button, has some styling that overrides the
display: none due to it having a higher specificity, causing it not to hide on mobile, for example:would it be an acceptable case to use
!important on the hide-mobile utiliity class? Or would it require another solution? Many thanks.