]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added a warning callout notice!
authorharry <harmanmanchanda182@gmail.com>
Fri, 24 Feb 2017 11:23:12 +0000 (16:53 +0530)
committerharry <harmanmanchanda182@gmail.com>
Fri, 24 Feb 2017 11:23:12 +0000 (16:53 +0530)
Prototyping classes like these below should only be used for prototyping tasks. Also if you are using **Sass**, we encourage you to use **[Prototyping Mixins](#sass-mixins)** instead.

docs/pages/prototyping.md

index e8dc23d0b1dc33f9ed0d771f181c4bedfb44e12e..8e2c105989c9a0d7d44ae5440ebe59112e852ec1 100644 (file)
@@ -10,13 +10,21 @@ Prototyping utilities helps you to make prototypes from simple sketches and mock
 At the same time, we also understand that prototypes are not always required for every single projects and there are many cases specially in bigger projects where you have the time to show up your skill with both design &amp; code and so, prototype mode is **disabled by default!** 
 
 <div class="primary callout">
-       <p>Many Prototype classes use `!important` to ensure that these they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. Please note that we have only inserted `!important` on those specific **CSS** properties which we are fully sure that values of those properties shouldn't be overridden.</p>
+       <p>
+               Many Prototype classes use `!important` to ensure that these they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. Please note that we have only inserted `!important` on those specific **CSS** properties which we are fully sure that values of those properties shouldn't be overridden.
+       </p>
 </div> 
 
 ---
 
 ## Enabling Prototype Mode
 
+<div class="warning callout">
+       <p>
+               Prototyping classes like these below should only be used for prototyping tasks. Also if you are using **Sass**, we encourage you to use **[Prototyping Mixins](#sass-mixins)** instead.
+       </p>
+</div>
+
 If you're using the CSS version of Foundation, you can generate a <a href="https://foundation.zurb.com/sites/download">custom download of Foundation</a> with prototype mode enabled. If you're using the Sass version of Foundation, you can enable prototype mode in two ways:
 
 If you use the `foundation-everything()` mixin in your main Sass file, just pass in `$prototype: true` to enable the prototype mode.