From c48e482b87add4577c2f714300f9e3a90ad6918a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 13 Feb 2017 12:35:26 +0200 Subject: [PATCH] Module description updates --- docs/contextual.html | 2 +- docs/utility.html | 2 +- docs/v2/DEVLOG.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contextual.html b/docs/contextual.html index a208784..c939b6c 100644 --- a/docs/contextual.html +++ b/docs/contextual.html @@ -55,7 +55,7 @@

Quick overview

-

Almost every piece of content present on the web has some sort of content that needs highlighting in one way or another. The contextual module provides you with simple semantic text highlighting that utilises the <mark> HTML element. Apart from that, this module contains styles and definitions for a simple .alert container, that you can use to show alerts on your websites and web apps. Alerts replace the traditional design paradigms of modals, messages and alerts by defining a simple, usable container that is also mobile friendly. All components in this module are fully accessible, so that's another thing not to worry about.


+

Almost every piece of content present on the web has some sort of content that needs highlighting in one way or another. The contextual module provides you with simple semantic text highlighting that utilises the <mark> HTML element. Apart from that, this module contains styles and definitions for a simple .alert container, that you can use to show alerts on your websites and web apps. Alerts replace the traditional design paradigms of modals, messages and alerts by defining a simple, usable container that is also mobile friendly. Finally, a simple accessible .tooltip implementation is included. All components in this module are fully accessible, so that's another thing not to worry about.


Quick start

diff --git a/docs/utility.html b/docs/utility.html index d8e8578..06ef9f7 100644 --- a/docs/utility.html +++ b/docs/utility.html @@ -55,7 +55,7 @@

Quick overview

-

Every website or app has different needs and no CSS framework can predict them all. The utility module addresses this issue by providing you with a handful of utility and helper classes to make common, repetitive declarations easier. These classes include, but are not limited to, generic border styling and shadows, floats, centering and clearfix classes, some responsive sizing and spacing utilities and a few other things, like a close icon, breadcrumbs styling and visiblity helpers for screen readers.


+

Every website or app has different needs and no CSS framework can predict them all. The utility module addresses this issue by providing you with a handful of utility and helper classes to make common, repetitive declarations easier. These classes include, but are not limited to, generic border styling and shadows, some responsive sizing and spacing utilities and a few other things, like a close icon, breadcrumbs styling and visiblity helpers for screen readers.


Quick start

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index d348eca..1fd47c5 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -873,4 +873,4 @@ - Updated the `quick_reference.html` page with the new guidelines for `grid` module. - Updated the `quick_reference.html` page with new guidelines for `navigation`, `input_control` and `table`. - Updated the `quick_reference.html` page with new guidelines for `contextual`, `progress` and `utility`. -- *TODO* Update module descriptions where needed. +- Updated the descriptions of modules wherever necessary.