Skip to content

Commit 9203a80

Browse files
author
BrianSipple
committed
released 0.0.1
1 parent 80f889b commit 9203a80

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 0.0.1 — 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)