1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-30 18:40:28 +02:00

Progress module

This commit is contained in:
Angelos Chalaris
2017-12-29 12:21:08 +02:00
parent 95522847c1
commit 9b5e67c842
7 changed files with 320 additions and 1 deletions

View File

@@ -239,3 +239,12 @@
- Documented `.modal`.
- Documented `.collapse`.
## 20171229
- Coded `progress` module. Everything is pretty much the same as before.
- Renamed `.spinner-donut` to `.spinner`.
- Added a default variant to `progress` and `.spinner`, so that we can have `.primary`, `.secondary` and `.tertiary`.
- Added alternative color mixins for `progress` and `.spinner`.
- Removed size variants and the inline variant mixin from `progress` and `.spinner`.
- Updated flavor file with the `progress` module and mixed-in variants.