2016-08-22 06:31:31 +00:00
|
|
|
# mini.css
|
2016-09-21 10:29:45 +00:00
|
|
|
## A minimal Sass-y responsive mobile-first style-agnostic CSS framework
|
2016-09-06 09:25:18 +00:00
|
|
|
|
2016-09-21 10:29:45 +00:00
|
|
|
![Demo page](/docs/demo.png)
|
2016-08-22 11:28:06 +00:00
|
|
|
|
2016-09-21 10:29:45 +00:00
|
|
|
## Usage
|
2016-08-22 11:28:06 +00:00
|
|
|
|
2016-09-21 10:29:45 +00:00
|
|
|
To give **mini.css** a try using the default flavor, paste the following code inside your HTML page's `<head>` tag:
|
2016-09-05 16:30:04 +00:00
|
|
|
|
2016-09-21 10:29:45 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/master/flavors/mini-default.min.css">
|