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

Housekeeping for progress module

Split file, added hidden variables and preprocessor error messages.
This commit is contained in:
Angelos Chalaris
2017-03-30 17:27:41 +03:00
parent afe2a54c02
commit cb1ceb37a5
6 changed files with 244 additions and 233 deletions

View File

@@ -906,3 +906,5 @@
- Updated `tab` module, adding an extra **hidden flag** `$include-stacked-tabs` for toggling `.stacked` tabs on and off, cleanup of flavor files.
- Updated `contextual` module, splitting file and adding **hidden flag** `$include-alerts` for toggling `.alert`s on and off. Added `@error` messages in mixins in case the mixins are called without the corresponding components enabled. Should be a welcome change during compilation.
- Flavor cleanup for `contextual` module.
- Updated `progress`, splitting file and adding **hidden flag** `$include-spinner-donut` for toggling spinning donuts on and off. Added `@error` messages accordingly.
- Flavor cleanup for `progress` module's updates.