Replies: 1 comment
-
@dessty I guess should, because When you mark something as a |
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.
-
Let's say I'm buidling a dialog/modal component, which is composed of 3 parts:
My root block would be .modal. But
.header.
,.body
and.footer
are also blocks.Should the 3 dependent blocks be named
.modal__header
,.modal__content
,modal_footer
?Or simply
.header
,.content
,.footer
?Beta Was this translation helpful? Give feedback.
All reactions