From b7abad82309e6fe9a10bd6303d3a8aa86d7038f5 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 7 Feb 2017 12:28:41 +0200 Subject: [PATCH] Quick Reference housekeeping --- docs/quick_reference.html | 53 +++++++++++---------------------------- docs/v2/DEVLOG.md | 1 + 2 files changed, 15 insertions(+), 39 deletions(-) diff --git a/docs/quick_reference.html b/docs/quick_reference.html index db942f9..021c81c 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -44,22 +44,15 @@
-
-

Setup & usage

-
+

Setup & usage

You can import the default flavor of mini.css in your webpage by simply adding the following reference inside your HTML page's <head> tag:

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

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

If you want to download the package using your favorite package manager, you can use either Bower or NPM:

-
-
bower install mini.css
-
-
-
npm install mini.css
-
-
-
+
bower install mini.css
+
npm install mini.css
+

We strongly suggest you add the following line inside your HTML page's <head> to utilize the viewport meta tag:

<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -69,9 +62,7 @@
-
-

 Core

-
+

 Core

Headings  View on Codepen

@@ -136,9 +127,7 @@
-
-

 Grid

-
+

 Grid

Basic layout  View on Codepen

@@ -323,9 +312,7 @@
-
-

 Navigation

-
+

 Navigation

Header  View on Codepen

@@ -508,9 +495,7 @@
-
-

 Table

-
+

 Table

Basic syntax & responsiveness  View on Codepen

@@ -659,9 +644,7 @@
-
-

 Card

-
+

 Card

Basic syntax  View on Codepen

@@ -764,9 +747,7 @@
-
-

 Tab

-
+

 Tab

Basic syntax  View on Codepen

@@ -855,9 +836,7 @@
-
-

 Contextual

-
+

 Contextual

Text highlighting  View on Codepen

@@ -933,9 +912,7 @@
-
-

 Progress

-
+

 Progress

Basic progress bar  View on Codepen

@@ -1006,9 +983,7 @@
-
-

 Utility

-
+

 Utility

Visibility helpers  View on Codepen

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 71db90b..ebd268b 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -831,3 +831,4 @@ - Shrinked the size of `core.html`, minimized the internal CSS of the page. - Minimized the internal CSS of all the pages. - Shrinked page sizes a little bit across all pages, except `quick_reference.html`. +- Minor updates to `quick_reference.html` to get size a bit lower.