mini.css
A minimal, responsive, style-agnostic CSS framework


mini.css is a lightweight CSS framework (under 7KB gzipped) designed with mobile devices and modern browsers in mind. Responsiveness, ease of use and customization are some of the main features of the framework, while accessibility and extensive documentation are some of the secondary focuses of the project. The framework is written using Sass, while most of its components are based on Flexbox.
Setup & usage
You have 4 options when it comes to setting up mini.css:
- Use a package manager (recommended)
- Use GitCDN
- Use Rawgit
- Use cdnjs (preferred for older releases)
For instructions on how to use, best practices, templates and other usage information, please visit the framework's documentation.
Method 1: Use a package manager (recommended)
- Install mini.css using
npm, yarn or bower.
npm install mini.css
yarn add mini.css
bower install mini.css