1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-12 00:43:57 +02:00

Added figcaption styling

Added figure caption element styling, so that captions can now be added. Updated both flavors accordingly.
This commit is contained in:
Angelos Chalaris
2017-03-30 20:56:15 +03:00
parent 874c57f802
commit d433af473b
8 changed files with 29 additions and 4 deletions

View File

@@ -910,3 +910,4 @@
- Flavor cleanup for `progress` module's updates.
- Updated `utility` module, added proper **hidden flags** to `$include-breadcrumbs` and `$include-close-icon` to make it easier to disable those components.
- Cleanup in both flavor files is now complete, added maintainers to the `mini-sucroa` file to meake it easier for people to reach the team behind it.
- Added simple styling for `figcaption` element in `core`, updated both flavors with the required variables to make it usable.