Help Garden

Powered by 🌱Roam Garden

Roam Pairing with [Conor]

  • Dropzone {{kanban}}
    • Unseen
    • Seen
  • 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
        *
        • .controls__expand
          E
          *
      • .rm-block__bullet
        B
        *
        • .rm-block__bullet__inner
          E
          *
        • .rm-block__bullet__outer
          E
        • controls__bullet--version
          M
      • .block__ctx-menu
        • block
  • If the node can live on its own then it is a block
November 21st, 2020