From 0168d4fa1126eb06e2c5ab9ccc59c1236349fde7 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 26 Apr 2017 23:00:47 +0300 Subject: [PATCH] Added back the removed line Somehow a line was removed. Added back! --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index c928300..904fa09 100644 --- a/docs/index.html +++ b/docs/index.html @@ -109,6 +109,7 @@

After downloading mini.css, pick a Flavor and use it for your project.


Alternatively, you can use either GitCDN or RawGit to import the default flavor of mini.css. Simply add one of the following references inside your HTML page's <head> tag:

+
<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v2.1.2/dist/mini-default.min.css">

Finally, you can find mini.css on cdnjs, which you can use to include it in your projects.