From: Nicolas Coden Date: Fri, 11 Jan 2019 23:33:52 +0000 (+0100) Subject: Use pull request #11619 from ncoden/docs/remove-invalid-6-5-depreciation-notices... X-Git-Tag: v6.5.2^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80a37b3d1371de85ce60ee98bffe1c2ee6730cb;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11619 from ncoden/docs/remove-invalid-6-5-depreciation-notices-10540 for v6.5.0 367468e43 docs: remove warning for abandoned deprecations #10540 Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/flexbox-utilities.md b/docs/pages/flexbox-utilities.md index 0f59e5db7..c81f1704d 100644 --- a/docs/pages/flexbox-utilities.md +++ b/docs/pages/flexbox-utilities.md @@ -218,10 +218,6 @@ For children, there are 3 quick helper classes to apply the flex property. These ### Responsive Classes -
-

Deprecation Notice: From v6.5.x, we are disabling responsive classes by default. You would be able to re-enable it though, with setting that $flexbox-responsive-breakpoints to true .

-
- All of these helper classes come in responsive varieties, prefixed with all of your named breakpoints. These vanilla flexbox helper classes also have an optional mobile first responsive classes so that setting a class will apply to the small breakpoint and large unless overridden by a class for a larger breakpoint.. Example: `class="flex-child-shrink large-flex-child-auto"` will be shrink on the small and medium breakpoints and then auto on large. diff --git a/docs/pages/float-classes.md b/docs/pages/float-classes.md index 3c39eb9cc..66363c701 100644 --- a/docs/pages/float-classes.md +++ b/docs/pages/float-classes.md @@ -16,10 +16,6 @@ You can change the float behavior of an element by adding the `.float-left` or `

Float classes don't flip direction in a right-to-left environment—left always means left, and right always means right.

-
-

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

-
- ```html_example
Left diff --git a/docs/pages/typography-helpers.md b/docs/pages/typography-helpers.md index 967260615..403e14afd 100644 --- a/docs/pages/typography-helpers.md +++ b/docs/pages/typography-helpers.md @@ -14,10 +14,6 @@ tags: ## Text Alignment -
-

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

-
- You can change the text alignment of an element by adding `.text-left`, `.text-right`, `.text-center` or `.text-justify` to an element. Adding a breakpoint to the front of a text alignment class will cause it to only be applied on that size screen or larger. For example, `.medium-text-center` will keep text left-aligned on the smallest screens, but switch to center-aligned on medium screens and larger. diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 1b18bf607..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

-
-

Deprecation 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.