- [PATCH]: Fix
files
array inpackage.json
so it includesbuild/
.
- [ENHANCEMENT]: Point package
main
andstyle
fields tobuild/
dir (#2). - Bump version past
0.0.x
to begin recommending usage.
- [ENHANCEMENT]: Added
o-grid
modifier helper forflex-wrap: nowrap
(#1) - [ENHANCEMENT]: Added
o-grid
modifier helper for each child cell filling the container's full width. (#1)
- Initial project setup and implementation of grid system.
- Current selector semantics of
o-grid
ando-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
andcolumn
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.
- Current selector semantics of