A minimal, responsive, style-agnostic CSS framework!
Go to file
2016-12-05 23:48:05 +02:00
dist Button styling update for consistency 2016-12-05 23:48:05 +02:00
docs Button styling update for consistency 2016-12-05 23:48:05 +02:00
src Button styling update for consistency 2016-12-05 23:48:05 +02:00
bower.json Building packages for v1.0.0 2016-09-21 15:04:29 +03:00
CHANGELOG.md Releasing v1.1.0 2016-10-11 14:33:07 +03:00
LICENSE Initial commit 2016-08-22 09:31:31 +03:00
package.json 1.1.0 2016-10-11 14:37:47 +03:00
README.md Releasing v1.1.0 2016-10-11 14:33:07 +03:00

mini.css v1.1.0

A minimal Sass-y responsive mobile-first style-agnostic CSS framework

Demo page

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:

bower 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/dist/flavors/mini-default.min.css">

Replace dist with a release tag from the Releases page.

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 duplicate the mini-default.scss file from the flavors folder 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.