A minimal, responsive, style-agnostic CSS framework!
Go to file
2016-12-20 14:07:05 +02:00
dist Blockquote styling 2016-12-15 23:19:32 +02:00
docs Ready for release of Fermion v2.0.0 2016-12-20 14:07:05 +02:00
src Customization documentation complete 2016-12-16 01:13:14 +02:00
.npmignore Updates for release of v2 2016-12-20 13:44:28 +02:00
bower.json Updates for release of v2 2016-12-20 13:44:28 +02:00
CHANGELOG.md Packaging and documentation 2016-12-16 01:48:15 +02:00
LICENSE Initial commit 2016-08-22 09:31:31 +03:00
package.json Packaging and documentation 2016-12-16 01:48:15 +02:00
README.md Ready for release of Fermion v2.0.0 2016-12-20 14:07:05 +02:00

mini.css v2.0.0

A minimal, responsive, style-agnostic CSS toolkit

Logo

mini.css is a tiny CSS toolkit (under 7KB gzipped) that works well on most modern browsers and devices and allows you to customize it quickly and easily. It's written in Sass and tries to make use of HTML5 semantics and modern patterns to deal with common web design problems. 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 NPM and Bower:

npm install mini.css

bower install mini.css

To try out mini.css using the default flavor, copy and paste the following code inside your HTML page's <head> tag:

<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/version/dist/mini-default.min.css">

Replace version with a release tag (v2.0.0 or later) 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 Customization page to get started.

Contributing

If you develop a flavor or module, please submit a pull request.

License

The project is licensed under the MIT License.