diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 09acc3a..b6e1c95 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -643,3 +643,5 @@ - Removed local stylesheet from all pages, added newest version of live stylesheet. - **Updated live demo to showcase new file size, new module components and full documentation for modules.** - Added some basic OpenGraph meta properties to `index` for Facebook sharing tests. +- Added `flavors.html` and `customization.html`. +- Probably finished `flavor.html`. diff --git a/docs/v2/customization.html b/docs/v2/customization.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/v2/flavors.html b/docs/v2/flavors.html new file mode 100644 index 0000000..b4f2e7a --- /dev/null +++ b/docs/v2/flavors.html @@ -0,0 +1,102 @@ + + + + + + + + mini.css - Flavors + + + + + + + + + +
+
+ Introduction + Modules + Flavors + Customization + Github +
+
+
+
+
+
+ +

mini.css

+ v2.0 +
+
+
+
+ +
+
+
+

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/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/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.

    +
  • + +
  • +

    Classic mini-classic

    +

    Simpler, lighter version of the default flavor. Coming soon...

    +
  • +
+

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

+
+
+
+
+
+
+
+ + + + \ No newline at end of file