1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-13 01:13:59 +02:00

Grid system row

This commit is contained in:
Angelos Chalaris
2016-10-21 12:28:00 +03:00
parent cc56a1a3a6
commit 691a568996
3 changed files with 21 additions and 1 deletions

View File

@@ -144,4 +144,7 @@
- Opened relevant breaking changes issue (#16).
- Opened issue for `progress` element's transitions on value change.
- Started project for feature backlog on Github.
- Created basis for gird system container (fluid only).
- Created basis for grid system container (fluid only) - `grid`.
- Read a lot of the spec, decided on browser support, coded the `row` basis for the grid system.
- Updated breaking changes issue with more information.
- Added some comments and moved the notes in the flavor file.