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

Complete modal component

The modal component is now documented and completed fully.
This commit is contained in:
Angelos Chalaris
2017-06-06 09:54:46 +03:00
parent 57e608bf79
commit 61ad457605
24 changed files with 182 additions and 27 deletions

View File

@@ -1220,3 +1220,9 @@
- All changes have been tested and no errors were found (as far as I can tell).
- Created the `.modal` component, added to the `default` flavor, documenting and adding to other flavors pending.
- Updated all flavors for the new `.modal` component to be included (or not) as needed.
## 20170606
- Fully documented `modal` component.
- Added navigation for `modal` component.
- Documented customization of `modal` component.