]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11619 from ncoden/docs/remove-invalid-6-5-depreciation-notices...
authorNicolas Coden <nicolas@ncoden.fr>
Fri, 11 Jan 2019 23:33:52 +0000 (00:33 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Fri, 11 Jan 2019 23:33:52 +0000 (00:33 +0100)
367468e43 docs: remove warning for abandoned deprecations #10540

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
docs/pages/flexbox-utilities.md
docs/pages/float-classes.md
docs/pages/typography-helpers.md
docs/pages/visibility.md

index 0f59e5db792d21e242c49c553dcad6149386d3f0..c81f1704d856a096bd5e9cceb08ffae2d4c17e24 100644 (file)
@@ -218,10 +218,6 @@ For children, there are 3 quick helper classes to apply the flex property. These
 
 ### Responsive Classes 
 
-<div class="callout alert">
-  <p><strong>Deprecation Notice:</strong> From v6.5.x, we are disabling responsive classes by default. You would be able to re-enable it though, with setting that <code>$flexbox-responsive-breakpoints</code> to <code>true</code> .</p>
-</div>
-
 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. 
index 3c39eb9cc90c1ad0c41fb3675c46912787e0e451..66363c701a51c494aaf1cca1b22fdc67ee7887d6 100644 (file)
@@ -16,10 +16,6 @@ You can change the float behavior of an element by adding the `.float-left` or `
   <p>Float classes don't flip direction in a <a href="rtl.html">right-to-left</a> environment&mdash;<code>left</code> always means left, and <code>right</code> always means right.</p>
 </div>
 
-<div class="callout alert">
-  <p><strong>Deprecation Notice:</strong> From v6.5.x, we are moving Float classes to <a href="prototyping-utilities.html">Prototype specific mode</a> and thus Float classes will be disabled by default. You can re-enable it though, with a simple `@include`.</p>
-</div>
-
 ```html_example
 <div class="callout clearfix">
   <a class="button float-left">Left</a>
index 9672606159e206df5cece716183cf5087d13488d..403e14afda93211563d4113acebe23f9f7bc6337 100644 (file)
@@ -14,10 +14,6 @@ tags:
 
 ## Text Alignment
 
-<div class="callout alert">
-  <p><strong>Deprecation Notice:</strong> From v6.5.x, we are moving text alignment classes to <a href="prototyping-utilities.html">Prototype specific mode</a> and thus text alignment classes will be disabled by default. You can re-enable it though, with a simple `@include`.</p>
-</div>
-
 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.
index 1b18bf607f9ede5d15208ee76e85f48e871f30ac..381b89d1f0c6e2b50acbd61a9263f164ca02b48b 100644 (file)
@@ -16,10 +16,6 @@ tags:
   <p>There are no classes to detect touchscreen devices, as both desktop and mobile browsers inconsistently report touch support. Learn more here: <a href="http://www.stucox.com/blog/you-cant-detect-a-touchscreen/">You Can't Detect a Touchscreen</a></p>
 </div>
 
-<div class="callout alert">
-  <p><strong>Deprecation Notice:</strong> From v6.5.x, we are moving visibility classes to <a href="prototyping-utilities.html">Prototype specific mode</a> and thus visibility classes will be disabled by default. You can re-enable it though, with a simple `@include`.</p>
-</div>
-
 ## 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.