mini.css a minimal Sass-y responsive mobile-first style-agnostic CSS framework

If you want to create your own flavor, get involved or report an issue, head over to mini.css's Github page. 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/6b3db97a893cf4e7ec1b9f5aa40fc5957b1b94fc/flavors/mini-default.min.css">

Why mini.css?


  • Size matters! - The key focus of mini.css is to provide developers with a very light framework to build their pages with. To accomplish this, we stripped down most of the commonly-used components to their essentials, utilising the magic of CSS. By building lighter components, using only CSS, we made mini.css really tiny, just under 5KB for the default flavor.
  • Easily customize your pages! - mini.css does not rely on a huge monolithic CSS file to do everything. In fact, we split the framework into smaller modules using Sass(SCSS), so you can easily distinguish what pieces you want in your final stylesheet. But that's not all! Every single detail of the provided modules can be changed, from colors and border styles to class names and structure. It's all really simple and you can do it without a lot of CSS or Sass knowledge. These customized stylesheets are called flavors and are one of the key differences between mini.css and other frameworks.
  • We are mobile-friendly!* - That's right! We built mini.css from the ground up to support mobile devices as best as possible and be responsive. All of this functionality can be fully customized to suit your end-users.
  • No Javascript! - As much as we all love Javascript, we tried to keep all of the modules in mini.css pure CSS. This means no dependencies on Javascript libraries or excessive code for events you might never use.
(*): We do not want to claim that any website will ever instantly work 100% the way you want on mobile, but mini.css eliminates a lot of the tedious work of making your websites mobile-friendly, so you can focus on the interesting parts that actually need your attention.

What does it contain?

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:

  • Core : Base

    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.

  • Core : Responsive Grid

    A customizable reponsive grid that lets you build pages that look great on all devices wih minimal tweaking..

  • Core : Navigation

    A customizable responsive navigation bar for your pages.

  • Extra : Navigation - Dropdown

    The navigation system can easily be extended using the dropdown component.

  • Extra : Navigation - Tabs

    If you would rather use tabs instead of the usual navigation bar, you can use this module to enable tabbed navigation.

  • Core : Tables

    Give a fresh style to your tables without overloading your page.

  • Core : Forms

    Simple, elegant and light forms that will work well and give feedback to the user.

  • Core : Buttons

    Tiny button styles that allow you to beautify your buttons, labels and links.

  • Extra : Labels & Badges

    Small badges and labels to provide your user's with all the info they need.

  • Extra : Modals

    Modal dialog prompts to notify your users the easy way.

  • Extra : Collapse

    Hide and show text using customizable collapse buttons.

  • Extra : Progress Bars

    A simple module that allows you to create progess bars for your pages.

  • Extra : Carousel

    Really light and customizable imaage slideshow for all your showcase needs.

  • Core : Utilities & Helper Classes

    Classes for generic borders, image thumbnails, contextual text coloring, utility buttons and more.

  • Extra : Utilities & Experimental Classes

    Breadcrumbs, containers, panels, alerts, popovers, button groups and more.