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
Use case: I have a class that's performing many shared styles, however if I use it like:
<BoxclassName="myclass"/>
those styles doesn't get applied if they conflict with the defaults mentioned above. Current workaround is using div directly as it doesn't set anything by default, but would be nice if Box has a property to disable those defaults.
The text was updated successfully, but these errors were encountered:
Talking about
boxSizing
,margin
, andminWidth
Use case: I have a class that's performing many shared styles, however if I use it like:
those styles doesn't get applied if they conflict with the defaults mentioned above. Current workaround is using div directly as it doesn't set anything by default, but would be nice if
Box
has a property to disable those defaults.The text was updated successfully, but these errors were encountered: