1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-16 19:03:58 +02:00

Navigation complete, documentation and wiki page missing

This commit is contained in:
Angelos Chalaris
2016-08-25 09:56:19 +03:00
parent abc020aad1
commit 9edfb97b2d
7 changed files with 266 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# mini.css
A minimal, responsive CSS framework to get you started.
A minimal, responsive pure CSS framework to get you started.
## Components
@@ -7,6 +7,13 @@ A minimal, responsive CSS framework to get you started.
- **button**: button styles `GZIPPED SIZE`: 427 bytes
- **form**: form styles `GZIPPED SIZE`: 517 bytes
- **grid**: default 12-column grid `GZIPPED SIZE`: 447 bytes
- **nav**: coming soon
- **nav**: navigation bar `GZIPPED SIZE`: 517 bytes
- **table**: table styles `GZIPPED SIZE`: 243 bytes
- **helper and utility classes**: classes for quick floats, border styling, contextual text and more `GZIPPED SIZE`: 441 bytes
TODO:
- Tabbed navigation (radio button based)
- Dropdowns (checkbox based)
- Modals (checkbox based)
- Labels and badges
- Pure css progress bars