From 2687b7f09798062b5e3e00fd7fcfa5301984090e Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 3 May 2018 20:54:34 +0300 Subject: [PATCH] Inputs for the icons and utility modules flavor controls --- docs/doc-fragments/buildYourOwnFlavor.js | 35 +++++++++++++++++++++++- docs/v3/DEVLOG.md | 2 ++ docs/v3/flavors.html | 35 +++++++++++++++++++++++- 3 files changed, 70 insertions(+), 2 deletions(-) diff --git a/docs/doc-fragments/buildYourOwnFlavor.js b/docs/doc-fragments/buildYourOwnFlavor.js index 0cb9cdb..6d95f9f 100644 --- a/docs/doc-fragments/buildYourOwnFlavor.js +++ b/docs/doc-fragments/buildYourOwnFlavor.js @@ -235,7 +235,7 @@ module.exports = {

Input control module

The Input control module contains styling rules for forms, input elements and buttons. This module is not always enabled, but it's highly recommended that you enable it, as some other components depend on its functionality to work properly.

-
+
@@ -331,6 +331,37 @@ module.exports = {
+

Icons module

+

The Icons module contains styling rules for icons. This module is not always enabled and it's recommended to enable it only if you're planning to use the icon set provided.

+
+
+ + +
+
+

Utility module

+

The Utility module contains styling rules for utility classes. This module is not always enabled, but it's recommended to enable it as it contains some features that can be useful in most designs.

+
+
+ + +
+
+ Utilities +
+ + + +

Border color for the generic border utility class

+
+
+ + + +

Box shadow color for the generic box shadow utility class

+
+
+
`, diff --git a/docs/v3/DEVLOG.md b/docs/v3/DEVLOG.md index 59d5401..435bfe6 100644 --- a/docs/v3/DEVLOG.md +++ b/docs/v3/DEVLOG.md @@ -323,3 +323,5 @@ ## 20180503 - Coded the `input_control` module's inputs for the flavors page. +- Coded the `icons` module's inputs for the flavors page. +- Coded the `utility` module's inputs for the flavors page. diff --git a/docs/v3/flavors.html b/docs/v3/flavors.html index e3c3bac..2c40bf9 100644 --- a/docs/v3/flavors.html +++ b/docs/v3/flavors.html @@ -259,7 +259,7 @@

Input control module

The Input control module contains styling rules for forms, input elements and buttons. This module is not always enabled, but it's highly recommended that you enable it, as some other components depend on its functionality to work properly.

-
+
@@ -355,6 +355,37 @@
+

Icons module

+

The Icons module contains styling rules for icons. This module is not always enabled and it's recommended to enable it only if you're planning to use the icon set provided.

+
+
+ + +
+
+

Utility module

+

The Utility module contains styling rules for utility classes. This module is not always enabled, but it's recommended to enable it as it contains some features that can be useful in most designs.

+
+
+ + +
+
+ Utilities +
+ + + +

Border color for the generic border utility class

+
+
+ + + +

Box shadow color for the generic box shadow utility class

+
+
+