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
The question came up while working on the AlphaStack component. Sometimes it makes sense to reset styles on an element and those resets should be able to be shared across components. How should we handle them and where should they live?
The example in question was resetting list styles on ul and ol elements to remove the default browser margin, padding and list styles.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The question came up while working on the AlphaStack component. Sometimes it makes sense to reset styles on an element and those resets should be able to be shared across components. How should we handle them and where should they live?
The example in question was resetting list styles on
ul
andol
elements to remove the default browser margin, padding and list styles.Beta Was this translation helpful? Give feedback.
All reactions