File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.0.1 &mdash ; January 8, 2017
2+
3+ - Initial project setup and implementation of grid system.
4+ + Current selector semantics of ` o-grid ` and ` o-grid-cell `
5+ - ` .o-grid ` is the containing flex element. This can be conceptualized
6+ as a row.
7+ - ` .o-grid-cell ` is the child of an ` .o-grid ` . This can be conceptualized
8+ as a column.
9+ + The idea behind not explicitly using ` row ` and ` column ` in the semantics is
10+ more conducive to the notion that grids and their cells can be infinitely
11+ nested and composed together. I'm still not strongly committed to either idea, yet, though.
Original file line number Diff line number Diff line change 11{
22 "name" : " ticketfly-css-grid-objects" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Display utilities for Ticketfly CSS" ,
55 "main" : " index.css" ,
66 "style" : " index.css" ,
You can’t perform that action at this time.
0 commit comments