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
Right now, !important is applied to a lot of rules--likely intentionally.
Sometimes, users might not want to add !important to rules in their project. It'd be nice to be able to turn this on/of globally, or on a per mixin basis.
Right now,
!important
is applied to a lot of rules--likely intentionally.Sometimes, users might not want to add
!important
to rules in their project. It'd be nice to be able to turn this on/of globally, or on a per mixin basis.Code example:
Outputs:
Users will be able to explicitly override
!important
on a per mixin basis by doing:The text was updated successfully, but these errors were encountered: