Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 269 Bytes

RULES.md

File metadata and controls

5 lines (5 loc) · 269 Bytes
  • components alway control the size and position of child components
  • components aren't extended, they are duplicated
  • components are always unaware of their surroundings, and are designed and developed as self contained blocks.
  • states are toggled with modifiers