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
I think we should take a quick pass at the CSS and make sure:
Class names work well for the component markup (they're consistent and reflect the structure of the component).
Top-level class names have a bc- prefix. We should be careful to avoid potential class name conflicts by using bc- for all single-selector classes – e.g. comment-actions → bc-comment-actions or stats → bc-stats.
The text was updated successfully, but these errors were encountered:
I think we should take a quick pass at the CSS and make sure:
bc-
prefix. We should be careful to avoid potential class name conflicts by usingbc-
for all single-selector classes – e.g.comment-actions
→bc-comment-actions
orstats
→bc-stats
.The text was updated successfully, but these errors were encountered: