1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 12:11:21 +02:00

Initial commit of grid module

Dropped support for 4-step grid and the old flexbox syntax.
This commit is contained in:
Angelos Chalaris
2017-10-24 20:51:40 +03:00
parent 4db8598eb8
commit 2793c4e761
5 changed files with 293 additions and 7 deletions

View File

@@ -61,3 +61,8 @@
- Tweaked the splash screen, looks a bit better now and is easier to read.
- Reverted the `hr` fix, as it caused problems.
- Moved some of the documentation from the old website to the `/docs/v3` website.
## 20171024
- Copied `grid` module from the **Fermion** branch, removed 4-step system with `xs` screen size.
- Removed legacy code from `grid`, specifically the one targeting `box-flex` (old syntax). - This trimmed the module size from `940bytes` down to `848bytes`.