2016-08-22 06:31:31 +00:00
|
|
|
# mini.css
|
2016-09-06 09:25:18 +00:00
|
|
|
|
|
|
|
A minimal Sass-y responsive mobile-first style-agnostic CSS framework.
|
2016-08-22 11:28:06 +00:00
|
|
|
|
2016-09-05 16:30:04 +00:00
|
|
|
## Core Components
|
2016-08-22 11:28:06 +00:00
|
|
|
|
2016-08-24 11:59:21 +00:00
|
|
|
- **base**: normalize.css & basic typography `GZIPPED SIZE`: 1,195 bytes
|
2016-08-23 13:32:01 +00:00
|
|
|
- **button**: button styles `GZIPPED SIZE`: 427 bytes
|
2016-08-24 08:14:52 +00:00
|
|
|
- **form**: form styles `GZIPPED SIZE`: 517 bytes
|
2016-08-23 07:47:16 +00:00
|
|
|
- **grid**: default 12-column grid `GZIPPED SIZE`: 447 bytes
|
2016-08-26 09:15:48 +00:00
|
|
|
- **nav**: navigation bar `GZIPPED SIZE`: 527 bytes
|
2016-08-24 08:14:52 +00:00
|
|
|
- **table**: table styles `GZIPPED SIZE`: 243 bytes
|
2016-08-24 13:51:29 +00:00
|
|
|
- **helper and utility classes**: classes for quick floats, border styling, contextual text and more `GZIPPED SIZE`: 441 bytes
|
2016-08-25 06:56:19 +00:00
|
|
|
|
2016-09-05 16:30:04 +00:00
|
|
|
## Extra Components
|
|
|
|
|
|
|
|
- **label**: label and badge styles `GZIPPED SIZE`: 208 bytes
|
2016-09-06 08:59:13 +00:00
|
|
|
- **tab**: tabbed navigation `GZIPPED SIZE`: 347 bytes
|
2016-09-07 08:19:28 +00:00
|
|
|
- **modal**: modal dialog prompts `GZIPPED SIZE`: 298 bytes
|
2016-09-05 16:30:04 +00:00
|
|
|
|
2016-08-25 06:56:19 +00:00
|
|
|
TODO:
|
2016-09-06 09:25:18 +00:00
|
|
|
- Components
|
|
|
|
- Dropdowns (possibly checkbox-hack)
|
|
|
|
- Collapse (checkbox based)
|
|
|
|
- Also accordion (radio based)
|
|
|
|
- Progress bar styles (maybe also spinners)
|
|
|
|
- Button groups (maybe)
|
|
|
|
- Button states (checkbox based)
|
|
|
|
- Alerts (maybe, can use checkbox to dismiss)
|
|
|
|
- Carousel
|
|
|
|
- Utilities
|
|
|
|
- Breadcrumbs
|
|
|
|
- Panels
|
|
|
|
- Responsive embed and utils for Media objects
|
|
|
|
- Later down the line
|
|
|
|
- A *material-design* module and/or flavor could be added
|
|
|
|
- An alternative grid system using `flexbox` or `grid`
|
|
|
|
- Documentation and packaging
|
|
|
|
- Live pages, showcase the modules, customization and flavors
|
|
|
|
- Update menu's and stuff
|
|
|
|
- Update wiki accordingly, fix incomplete pages with proper documentation
|
|
|
|
- Add pictures in README.md and showcase flavors (also in wiki)
|
|
|
|
- Flavors
|
|
|
|
- NiteOwl Flavor (dark flavor, like the thing that cquanu has for github, colors look cool)
|
|
|
|
- Bootstrap Flavor (to ease transition from that framework)
|
|
|
|
- Pure.CSS Flavor (maybe?)
|
|
|
|
- More
|
|
|
|
- Others
|
|
|
|
- Promote in reddit, blog, etc
|
|
|
|
- Write about the development process in blog
|
|
|
|
- Use it forever
|