mini.css/README.md

46 lines
1.9 KiB
Markdown
Raw Normal View History

2016-08-22 06:31:31 +00:00
# mini.css
A minimal, responsive pure CSS framework to get you started.
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
- **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
- **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-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-05 16:30:04 +00:00
TODO:
2016-09-06 08:59:13 +00:00
- Dropdowns (checkbox based?)
- Modals (checkbox based)
- Pure css progress bars
2016-09-05 16:30:04 +00:00
- Maybe breadcrumbs
- Maybe button groups (with radios maybe? - use first and last to style borders)
- Alerts with checkbox?
- Add more utilities for Media objects
- Possibly panels
- Responsive embed?
- Are tooltips even doable? (they are on-click as popovers for sure with checkboxes)
- Buttons with states (implemented using a checkbox)
- Checbox collapses
- Is a Pure CSS Carousel even possible?
2016-09-06 08:59:13 +00:00
- Material design theme and module
2016-09-05 16:30:04 +00:00
ON A MORE SERIOUS NOTE:
- Make a set of pages for the live version like base-modules, customization, extra-modules to showcase the modules and not clutter the main page
2016-09-05 16:30:04 +00:00
- Link to said pages from main page (move the grid's stuff to the other page and also the minimal note with the two **)
- Update wiki with changes, write missing pages (documentation etc.)
- Add the missing extra components, try to stay below 5KB
- Add images and make two live pages to showcase vastly different flavors
- Make NiteOwl flavor (dark flavor, like the thing that cquanu (my star in html template) has for github, colors look cool)
2016-09-05 16:30:04 +00:00
- Make a Bootstrap flavor to ease the transition from that framework
- Make more flavors
- Promote in reddit etc.
- Write a blog post about it
- Use it