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

Grid system cleanup

This commit is contained in:
Angelos Chalaris
2016-11-10 09:36:48 +02:00
parent b994290013
commit 93320701c5
4 changed files with 235 additions and 233 deletions

View File

@@ -380,4 +380,6 @@
- Continued module restructure and cleanup as follows:
- Code cleanup in `core`, indentation change to tabs for consistency, indentation fixes etc.
- Started converting media queries from `only screen and ()` to plain `()`. Changes have been applied to `grid` module.
- Code cleanup in `grid`, indentation etc.