Skip to content

0.0.1

Choose a tag to compare

@BrianSipple BrianSipple released this 08 Jan 22:40
· 8 commits to master since this release
  • Initial project setup and implementation of grid system.
    • Current selector semantics of o-grid and o-grid-cell
      • .o-grid is the containing flex element. This can be conceptualized
        as a row.
      • .o-grid-cell is the child of an .o-grid. This can be conceptualized
        as a column.
    • The idea behind not explicitly using row and column in the semantics is
      more conducive to the notion that grids and their cells can be infinitely
      nested and composed together. I'm still not strongly committed to either idea, yet, though.