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
Hello, I was thinking about adding some content in the curriculum about CSS conventions, most notably BEM.
What motivated me is that up to this point, CSS in my projects was a bit of a mess.
All of those non-standardized names and chains of descendant/child selectors discouraged me a lot.
Then, after using BEM in my newest project, styling things became a lot more enjoyable.
I came up with a few ways of including this content in the curriculum:
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
-
Hello, I was thinking about adding some content in the curriculum about CSS conventions, most notably BEM.
What motivated me is that up to this point, CSS in my projects was a bit of a mess.
All of those non-standardized names and chains of descendant/child selectors discouraged me a lot.
Then, after using BEM in my newest project, styling things became a lot more enjoyable.
I came up with a few ways of including this content in the curriculum:
Creating a section in the Advanced Selectors lesson in the Intermediate HTML and CSS Course and adding a link to the BEM site in the assignment, and possibly their FAQ site
Pros:
Cons:
Adding a new lesson directly after the Advanced Selectors lesson.
Pros:
Cons:
Creating a new lesson in the Advanced HTML and CSS Course.
Pros:
Cons:
What do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions