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

Unprefixed grid

Grid module now does not use -webkit- prefix anywhere.
This commit is contained in:
Angelos Chalaris
2017-10-24 21:11:31 +03:00
parent 2793c4e761
commit 70cb2fefdf
2 changed files with 37 additions and 70 deletions

View File

@@ -66,3 +66,5 @@
- 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`.
- Removed legacy support for prefixed flexbox (`-webkit-`), trimmed off another `91bytes`.
- Improved indentation for `grid` module, now that prefixed code is gone.