1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-31 19:10:25 +02:00

Updated all flavors for modal

All flavors are now compatible with the new modal component. Some of them exclude it.
This commit is contained in:
Angelos Chalaris
2017-06-05 23:59:42 +03:00
parent a3453e8df3
commit 57e608bf79
15 changed files with 195 additions and 120 deletions

View File

@@ -1219,3 +1219,4 @@
- Changed `table` selectors to use `:not(:first-child)`, similarly to other modules.
- 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.