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 the css could be split into multiple files, and potentially matched to the specific components.
And some of the class names e.g. main-left-div, main-right-div are problematic (they might clash with future html elements, and they are not clear semantically)
I would recommend choosing a certain strategy (e.g. BEM) and trying to stick to it (and document it?!), because imagine if someone had to take over the project and try to continue with the CSS 😁
The text was updated successfully, but these errors were encountered:
A couple of points/ideas
main-left-div
,main-right-div
are problematic (they might clash with future html elements, and they are not clear semantically)I would recommend choosing a certain strategy (e.g. BEM) and trying to stick to it (and document it?!), because imagine if someone had to take over the project and try to continue with the CSS 😁
The text was updated successfully, but these errors were encountered: