1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-08 14:56:28 +02:00

Grid system container

This commit is contained in:
Angelos Chalaris
2016-10-21 11:51:18 +03:00
parent f6ee8d2cfe
commit cc56a1a3a6
3 changed files with 69 additions and 46 deletions

View File

@@ -136,3 +136,12 @@
- Created mixin `make-progress-alt-style` for style variants of `progress`.
- Created `nano` variant for `progress` (nanobar progress) using above mixin.
- Documented mixins for `progress`, optimized etc.
## 20161021
- Created `mini-core/grid` for flexbox grid system.
- 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).