A minimal, responsive, style-agnostic CSS framework!
docs | ||
flavors | ||
scss | ||
bower.json | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md |
mini.css
A minimal Sass-y responsive mobile-first style-agnostic CSS framework
You can learn all about using it, its modules and components, as well as see a live demo here.
Setup
mini.css is available in both Bower and NPM:
bowser install mini.css
npm install mini.css
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">
Alternatively, you can use one of the other flavors. Simply replace the final part of the URL with the flavor's CSS file (minified or not) and you're good to go!
Customization
If you want to develop your own flavor or tweak an existing one, head over to the SCSS folder, grab all the files and open the flavor.scss file to start building your own flavor.
If you want to know all about the framework, the mixins and the variables, check the wiki.
License
The project is licensed under the MIT License.