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

Mixins for buttons

Added mixins for buttons, allowing for button variants to be added.
This commit is contained in:
Angelos Chalaris
2017-11-07 17:34:56 +02:00
parent 787caea845
commit a45ae848f8
8 changed files with 237 additions and 4 deletions

View File

@@ -108,3 +108,5 @@
- Created proper variables for `button`-like elements, built element syling on CSS variables.
- Tested CSS variables for button, should allow for easy customization and additional styles, meaning it will be a breeze to add all the extra stuff as soon as possible.
- Bundled up `[disabled]` styling for all elements in `input_control` as this should now be the default behavior of the code.
- Dealt with #114. It shouldn't be a problem anymore.
- Added mixins for `button` elements in `input_control`. They should now be perfectly usable.