From 02d76895d958ddbcef0bd911b486427db5b4832e Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 21 Sep 2016 15:57:26 +0300 Subject: [PATCH] MInor doc changes --- README.md | 7 +++++++ docs/index.html | 7 +++++-- docs/modules-niteowl.html | 2 +- docs/modules.html | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 119ca56..f8a1ef4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ You can learn all about using it, its modules and components, as well as see a l ## Setup +**mini.css** is available in both Bowser 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 `` tag: diff --git a/docs/index.html b/docs/index.html index 53ca823..182cc44 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,8 +57,11 @@

mini.css a minimal Sass-y responsive mobile-first style-agnostic CSS framework

If you want to create your own flavor, get involved or report an issue, head over to mini.css's Github repository or the wiki. If you want 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/1.0.0/flavors/mini-default.min.css">
-
+
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/1.0.0/flavors/mini-default.min.css">
+ +

If you'd rather use a package manager, mini.css is available in both Bowser and NPM:

+
 bowser install mini.css
+
 npm install mini.css

Why mini.css?