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

Input control cleanup

This commit is contained in:
Angelos Chalaris
2016-11-10 10:07:09 +02:00
parent af604fc48c
commit 8cb6329a41
7 changed files with 219 additions and 194 deletions

View File

@@ -383,4 +383,6 @@
- Started converting media queries from `only screen and ()` to plain `()`. Changes have been applied to `grid` module.
- Code cleanup in `grid`, indentation etc.
- Code cleanup in `table`. Media query conversions applied. Optimization.
- Code cleanup in `form`.
- Code cleanup in `button`. Updated `file` `input`s to be accessible.
- Code cleanup in `checkbox`. Optimizations.