From 625d18391087791d7bfdf0e0bdd5b048265f639c Mon Sep 17 00:00:00 2001 From: Andrew France Date: Mon, 7 Aug 2017 21:03:24 +0200 Subject: [PATCH] Fix title on deprecation notices. --- docs/pages/flexbox-utilities.md | 2 +- docs/pages/float-classes.md | 2 +- docs/pages/typography-helpers.md | 2 +- docs/pages/visibility.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/flexbox-utilities.md b/docs/pages/flexbox-utilities.md index 92992e87e..db46e8a4f 100644 --- a/docs/pages/flexbox-utilities.md +++ b/docs/pages/flexbox-utilities.md @@ -219,7 +219,7 @@ For children, there are 3 quick helper classes to apply the flex property. These ### Responsive Classes
-

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

+

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. diff --git a/docs/pages/float-classes.md b/docs/pages/float-classes.md index 65af16075..3c39eb9cc 100644 --- a/docs/pages/float-classes.md +++ b/docs/pages/float-classes.md @@ -17,7 +17,7 @@ You can change the float behavior of an element by adding the `.float-left` or `
-

Depreciation 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`.

+

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 diff --git a/docs/pages/typography-helpers.md b/docs/pages/typography-helpers.md index 8eb8bbcf4..881fca8ce 100644 --- a/docs/pages/typography-helpers.md +++ b/docs/pages/typography-helpers.md @@ -15,7 +15,7 @@ tags: ## Text Alignment
-

Depreciation 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`.

+

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. diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 938486d32..1b18bf607 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -17,7 +17,7 @@ tags:
-

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

+

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 -- 2.47.2