If you want to create your own flavor, get involved or report an issue, head over to mini.css's GitHub repository or the wiki. If you want to give mini.css a try using the default flavor, paste the following code inside your HTML page's <head>
tag:
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v1.1.0/flavors/mini-default.min.css">
If you'd rather use a package manager, mini.css is available in both Bower and NPM:
bower install mini.css
npm install mini.css
mini.css is split up into modules, each with a specific focus or set of components. These modules are categorized under core modules and extra modules. We suggest that you use most of the core modules in your projects, as most projects can make good use of them. As for the extra modules, we suggest you carefully pick the ones you need for your project. Below is a quick overview of all the modules:
A modified version of normalize.css combined with a long list of variables produces a customized base for your projects along with typography rules and colors.
A customizable reponsive grid that lets you build pages that look great on all devices wih minimal tweaking..
A customizable responsive navigation bar for your pages.
The navigation system can easily be extended using the dropdown component.
If you would rather use tabs instead of the usual navigation bar, you can use this module to enable tabbed navigation.
Give a fresh style to your tables without overloading your page.
Simple, elegant and light forms that will work well and give feedback to the user.
Tiny button styles that allow you to beautify your buttons, labels and links.
Small badges and labels to provide your user's with all the info they need.
Modal dialog prompts to notify your users the easy way.
Hide and show text using customizable collapse buttons.
A simple module that allows you to create progess bars for your pages.
Really light and customizable imaage slideshow for all your showcase needs.
Classes for generic borders, image thumbnails, contextual text coloring, utility buttons and more.
Breadcrumbs, containers, panels, alerts, popovers, button groups and more.