Roam Pairing with [Conor]
- Dropzone {{kanban}}
- What's the most important component you want to BEM first?
- [[Roam::BEM]] of
{{kanban}}
.kanban
B
.kanban__column
E
.kanban__column__title
E
.kanban__card
E
kanban--hint
M
, actually should be E
- [[Roam::BEM]] of right sidebar
.right-sidebar
B
.right-sidebar--animating
M
- Tangent
- I think the criteria of whether or not something is a BEM/Block vs BEM/Element is whether or not that thing ever can live in isolation outside of the block
- Tangent
- My spacemacs crashes when I try to delete too many lines of code at once with the vim command
nd
- [[Roam::BEM]] of block
.rm-block
B
.controls
B
*.rm-block__bullet
B
*.rm-block__bullet__inner
E
*.rm-block__bullet__outer
E
controls__bullet--version
M
.block__ctx-menu
- If the node can live on its own then it is a block