mini.css/README.md
2016-09-09 13:25:33 +03:00

1.9 KiB

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
      • Button states and groups (mostly for style if impemented, not much more than that)
      • Popovers
  • 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