A minimal, responsive, style-agnostic CSS framework!
Go to file
2016-09-09 11:28:41 +03:00
docs Extra component: progress bars 2016-09-08 12:43:56 +03:00
flavors Hotfix for multiple dropdowns 2016-09-09 11:25:49 +03:00
scss Hotfix for multiple dropdowns 2016-09-09 11:25:49 +03:00
LICENSE Initial commit 2016-08-22 09:31:31 +03:00
README.md Updated dropdown size 2016-09-09 11:28:41 +03:00

mini.css

A minimal Sass-y responsive mobile-first style-agnostic CSS framework.

Core Components

  • base: normalize.css & basic typography GZIPPED SIZE: 1,195 bytes
  • button: button styles GZIPPED SIZE: 427 bytes
  • form: form styles GZIPPED SIZE: 517 bytes
  • grid: default 12-column grid GZIPPED SIZE: 447 bytes
  • nav: navigation bar GZIPPED SIZE: 527 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

Extra Components

  • label: label and badge styles GZIPPED SIZE: 208 bytes
  • tab: tabbed navigation GZIPPED SIZE: 347 bytes
  • modal: modal dialog prompts GZIPPED SIZE: 298 bytes
  • dropdown: dropdown menu for the navigation bar GZIPPED SIZE: 158 bytes
  • collapse: collapse and accordion components GZIPPED SIZE: 286 bytes
  • progress: progress bar styles GZIPPED SIZE: 193 bytes
  • carousel: slideshow component GZIPPED SIZE: 383 bytes

TODO:

  • Components
    • Utilities
      • Breadcrumbs
      • Panels, Wells & Alerts (alerts will support closing via checkbox)
      • Responsive embed and utils for Media objects
      • Hover-able styling (maybe)
      • Button states and groups (mostly for style if impemented, not much more than that)
  • 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)
    • Package for NPM and Bowser
  • 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