diff --git a/docs/flavors.html b/docs/flavors.html index e78e6fc..59934f7 100644 --- a/docs/flavors.html +++ b/docs/flavors.html @@ -68,7 +68,7 @@
  • Lite  View on Codepenmini-lite

    <link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-lite.min.css">
    -

    Lite is a light flavor that uses a the default palette (light gray background and gray-black foreground color). It uses the default naming conventions (.primary, .secondary etc.). The grid system has 12 columns and most components use sharp corners without shadows. To make the flavor lighter, button groups, horizontal tables, certain card and progress styles, along with spinner donuts, tooltips, navigation bars and alerts are not included.

    +

    Lite is a light flavor that uses the default palette (light gray background and gray-black foreground color). It uses the default naming conventions (.primary, .secondary etc.). The grid system has 12 columns and most components use sharp corners without shadows. To make the flavor lighter, button groups, horizontal tables, certain card and progress styles, along with spinner donuts, tooltips, navigation bars, drawers and toasts are not included.

    Author: Chalarangelo

    Size: 5 KB

    @@ -77,7 +77,7 @@
  • Sucroa  View on Codepenmini-sucroa

    <link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/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 and .horizontal tables are not available.

    +

    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, the .shadowed class is replaced by varying degrees of generic shadows (.shadow-none, .shadow-small, .shadow-medium and .shadow-large).

    Author: Angeliki Daskalakis

    Size: 7 KB (loads external fonts)

    @@ -86,7 +86,7 @@
  • Nord  View on Codepenmini-nord

    <link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-nord.min.css">
    -

    Nord is a full flavor that uses the Nord color palette (arctic, north-bluish color palette). 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. All modules and components that are available in the default flavor are also available in Nord.

    +

    Nord is a full flavor that uses the Nord color palette (arctic, north-bluish color palette). 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. All modules and components that are available in the default flavor are also available in Nord. Finally, the .shadowed class is replaced by varying degrees of generic shadows (.shadow-none, .shadow-small, .shadow-medium and .shadow-large).

    Author: tphecca

    Size: 7 KB

    diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 5000315..bed9974 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1145,10 +1145,6 @@ - Implemented `.drawer` component along with everything that it needs. Documentation pending. - Tested `.drawer` on the `modules.html` page, it seems to work pretty well. - Documented `.drawer` component, updated descriptions wherever possible, the customization documentation will be added in later. -- *TODO* list for tomorrow (before release): - - Update all flavors to work with new components etc. - - Update all flavor demos. - - Look into updating the templates. ## 20170512 @@ -1166,3 +1162,8 @@ - Added screencasts to `core` and `grid` modules, so that people get a better starter. - Added `$drawer-border-radius` for constistency. - Updated `mini-sucroa` to use the new components. +- Updated all templates to display perfectly after all the change. +- `mini-sucroa` demo didn't need any updates, `mini-lite` required the removal of the `nav` element which was an artifact (whoops!). +- The other two flavors will be updated to include the new elements and get rid of any problematic stuff (will update in a bit). +- Updated flavor descriptions in `flavors.html`. +- Everything is ready for release, let's write the `CHANGELOG` for **v2.2.0**. (A couple of templates and things might be done later today, as well as linking to them from certain components such as the `.drawer` which could benefit from that.)