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

Added switch component

Created and added switch component, added compatibility for rem sizing to input_control's checkboxes and updated definitions to use rem pixels instead of normal ones.
This commit is contained in:
Angelos Chalaris
2017-06-08 16:30:36 +03:00
parent 6437ee56da
commit f95c23f271
20 changed files with 662 additions and 283 deletions

View File

@@ -1227,3 +1227,11 @@
- Added navigation for `modal` component.
- Documented customization of `modal` component.
- Added accessibility guidelines for `modal` component.
## 20170608
- Added a calculated `$_1px` variable to fully transition to `rem` units.
- Altered everything that was `px`-based to `rem`-based values in `mini-default`, `mini-dark` and `mini-lite`.
- Altered `input_control`'s `checkbox` components to properly work with the latest changes to the unit system.
- Completed `.switch` component, total size (gzipped) is `0.10KB`.
- Updated `mini-default` with `.switch`, other flavors, too, following their logical addition pattern.