diff --git a/docs/doc-fragments/buildYourOwnFlavor.js b/docs/doc-fragments/buildYourOwnFlavor.js index 631f782..0cb9cdb 100644 --- a/docs/doc-fragments/buildYourOwnFlavor.js +++ b/docs/doc-fragments/buildYourOwnFlavor.js @@ -233,6 +233,104 @@ module.exports = { +
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.
+ `, diff --git a/docs/v3/DEVLOG.md b/docs/v3/DEVLOG.md index 6ceb33b..59d5401 100644 --- a/docs/v3/DEVLOG.md +++ b/docs/v3/DEVLOG.md @@ -319,3 +319,7 @@ ## 20180502 - Coded the `layout` module's inputs for the flavors page. + +## 20180503 + +- Coded the `input_control` module's inputs for the flavors page. diff --git a/docs/v3/flavors.html b/docs/v3/flavors.html index 4116ea8..e3c3bac 100644 --- a/docs/v3/flavors.html +++ b/docs/v3/flavors.html @@ -257,6 +257,104 @@ +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.
+