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

Partial customization docs for input_control, resolves #63

Fixed the display bug of .button-group on Chrome, should now display properly. Documented forms, inputs and checkboxes/radios, buttons, groups and mixins are coming.
This commit is contained in:
Angelos Chalaris
2017-04-13 13:10:47 +03:00
parent d8c3f9ee6e
commit 764cfe7ef8
8 changed files with 234 additions and 18 deletions

View File

@@ -964,3 +964,4 @@
## 20170412
- Documented `navigation` module's customization page.
- Resolved #63, replacing the `flex-grow` and `flex-shrink` properties with the `flex` shorthand. Everything should display properly across browsers now.