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
There are various modifiers, such as light, which instead of being bool are Option<bool>. This is unnecessary, since a boolean value already contains all needed information. Remove Option<T> from the properties that can be set with defaults which lead to no extra classes added (align for buttons or breadcrumb).
The text was updated successfully, but these errors were encountered:
Summary
There are various modifiers, such as
light
, which instead of beingbool
areOption<bool>
. This is unnecessary, since a boolean value already contains all needed information. RemoveOption<T>
from the properties that can be set with defaults which lead to no extra classes added (align for buttons or breadcrumb).The text was updated successfully, but these errors were encountered: