This repository was archived by the owner on May 17, 2024. It is now read-only.
Decide a naming convention for the container > content pattern #2379
delapuente
started this conversation in
General
Replies: 2 comments
-
One of the most extended patterns I can see through the codebase is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I think that is the best. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
container > content
layout pattern is used across the web in repeated occasions. Some times we use.component > .component__container
, others.component-container > .component
or even.component > .component__layout
.Let's come up with a unique and BEM-compliant naming convention and use it consistently across the web.
Beta Was this translation helpful? Give feedback.
All reactions