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

Started working on mini-lite flavor

Started development of a new light flavor. Minor change to input_control's code to fix a minor bug.
This commit is contained in:
Angelos Chalaris
2017-04-03 14:45:21 +03:00
parent 3018ed187f
commit e6ab5fc448
5 changed files with 2064 additions and 16 deletions

View File

@@ -930,3 +930,8 @@
- Updated `make-margin-responsive` and `make-padding-responsive` `mixin`s to make sure they are now compatible with four-step grid (legacy).
- Added `.hidden-` and `.visually-hidden-` elements to both flavors via new `mixin`s. Current size for `default` is `6.88KB` gzipped, reasonable tradeoff for a much requested and needed feature.
- *TODO* update documentation pages to showcase the new responsive hiding, add codepen etc.
## 20170403
- Minor update to `input_control`'s code to fix a small problem with it.
- Started developing `mini-lite` flavor (`lite`) as a very lightweight barebones base for the framework, using the default style for the most part. Size is under `5KB` for starters.