From 4594f184c8721b3386e59b7f9929ee255667ce02 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 9 Sep 2017 20:47:43 +0530 Subject: [PATCH] Remove visibility depreciation and seprate utility section! --- docs/pages/visibility.md | 4 ---- docs/partials/component-list.html | 12 ++++++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 938486d32..381b89d1f 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -16,10 +16,6 @@ tags:

There are no classes to detect touchscreen devices, as both desktop and mobile browsers inconsistently report touch support. Learn more here: You Can't Detect a Touchscreen

-
-

Depreciation Notice: From v6.5.x, we are moving visibility classes to Prototype specific mode and thus visibility classes will be disabled by default. You can re-enable it though, with a simple `@include`.

-
- ## Show by Screen Size In this example, we use the `.show` visibility classes to show certain strings of text based on the device on which users view a page. If their browser meets the class's conditions, the element will be shown. If not, it will be hidden. diff --git a/docs/partials/component-list.html b/docs/partials/component-list.html index ae0923bad..fae9da3f4 100644 --- a/docs/partials/component-list.html +++ b/docs/partials/component-list.html @@ -39,14 +39,22 @@ -
  • +
  • General -
  • + +
  • + Utilities +