From df79d00f65ca672e086e48adb0542efc0bdd10f0 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 12 Feb 2017 22:38:52 +0200 Subject: [PATCH] Updated references --- docs/flavors.html | 12 ++++++------ docs/quick_reference.html | 26 +++++++++++++------------- docs/v2/DEVLOG.md | 2 ++ 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/docs/flavors.html b/docs/flavors.html index 679eecd..44e3c23 100644 --- a/docs/flavors.html +++ b/docs/flavors.html @@ -33,19 +33,19 @@
-
+

Flavors

One of the core ideas behind mini.css is its flavor system. A flavor is the final compiled stylesheet a website or web app uses. When you start using mini.css, you usually try out the default flavor, using 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">

There are, however a handful of other flavors included with mini.css. Below, you can see a full list of them:


  • Default mini-default

    -
    <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">

    The default flavor for mini.css uses a light gray background and gray-black foreground color. Certain containers, such as cards and tabs use white-gray backgrounds. The grid system has 12 columns and most of the components and modules use sharp corners with blurred shadows to give it a material-like design. All of the colors used in this flavor are based on Google's Material design color palette.

    Author: Chalarangelo

    -

    Latest version: v2.0.2

    +

    Latest version: v2.1.0

    Size: 7 KB

    @@ -58,11 +58,11 @@
  • Sucroa  View on Codepenmini-sucroa

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

    Sucroa is a full flavor that uses a yellow-pink-lilac background color palette with dark purple-black foreground colors. It uses the default naming conventions (.primary, .secondary etc.). The grid system has 12 columns and most components use soft shadows combined with rounded corners. The card module's .dark and .darker classes have been replaced by the .light and .lighter classes respectively. Finally, .animated alerts are not available.

    Author: Angeliki Daskalakis

    -

    Latest version: v2.0.2

    +

    Latest version: v2.1.0

    Size: 7 KB

    diff --git a/docs/quick_reference.html b/docs/quick_reference.html index 5f9e740..dd264d6 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -35,14 +35,14 @@
    -
    +

    Quick Reference

    If you are familiar with mini.css and want a cheat sheet, you've come to the right place. Below you will find a quick overview of the framework and examples to help you brush up on your website-building skills. For more detailed instructions on modules, check out the modules page.

    All examples showcased refer to the mini-default flavor, some class names and styles might differ based on the flavor you're using.


    -
    +

    Setup & usage

    @@ -60,7 +60,7 @@
    -
    +

     Core

    @@ -125,7 +125,7 @@
    -
    +

     Grid

    @@ -310,7 +310,7 @@
    -
    +

     Navigation

    @@ -380,7 +380,7 @@
    -
    +

     Input Control

    @@ -493,7 +493,7 @@
    -
    +

     Table

    @@ -642,7 +642,7 @@
    -
    +

     Card

    @@ -745,7 +745,7 @@
    -
    +

     Tab

    @@ -834,7 +834,7 @@
    -
    +

     Contextual

    @@ -910,7 +910,7 @@
    -
    +

     Progress

    @@ -981,7 +981,7 @@
    -
    +

     Utility

    @@ -1074,7 +1074,7 @@
    -
    +
    diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index e43f1a4..758a811 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -865,3 +865,5 @@ - Removed `demo.html` once again. - Updated `v2/index.html` to take up less space. - Updated `customization.html` page with latest information. +- Updated references everywhere to `v2.1.0`. +- Updated `customization.html` layout.