1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-13 17:33:59 +02:00

Added drawer component

Thoroughly tested and not yet documented, a .drawer component has been added to allow for better menus on mobile devices.
This commit is contained in:
Angelos Chalaris
2017-05-11 23:36:52 +03:00
parent 0c9eef3309
commit a4a1e84a7c
8 changed files with 161 additions and 85 deletions

View File

@@ -1142,3 +1142,4 @@
- Updated `core` module documentation and customization documentation to explain fluid typography.
- Fixed the `header` element bug that didn't allow them to work well with the `.row` class for responsive layouts. They should now display as expected.
- Disabled fluid typography by default, it needs more testing and the `14px` font in smaller screens doesn't sit well with me. The feature is still there for those who want it.
- Implemented `.drawer` component along with everything that it needs. Documentation pending.