diff --git a/docs/flavors.html b/docs/flavors.html index c25ba6b..78d432d 100644 --- a/docs/flavors.html +++ b/docs/flavors.html @@ -44,6 +44,10 @@ } [class^='col-'] .card.fluid { margin: 2px 0 20px; } /* Local classes and ids for this page */ + h2 > a{ + font-size: 1rem; + float: right; + } .box-left { text-align: left; } .fore-primary { color: #0d47a1; font-family: monospace, monospace; } .fore-secondary { color: #b71c1c; font-family: monospace, monospace; } @@ -78,19 +82,37 @@

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.1/dist/mini-default.min.css">

+
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v2.0.2/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:


If you would rather modify one of the pre-defined flavors or create your own, check out our customization page for instructions.

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 7fd10e4..7cb5e01 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -714,3 +714,16 @@ - *TODO* Update the live version sheets to use the v2.0.2 sheet, update all the references in live demo, update the flavors page. - *TODO* Update the live version local sheets to use the new colors whenever needed. - *TODO* New flavor with girlfriend. + +## 20161231 + +- GF worked on `sucroa` flavor. + +## 20170101 + +- GF finished `sucroa` flavor. + +## 20170102 + +- Merged pull request for `sucroa` flavor. +- Documented `sucroa` flavor in `flavors.html`.