]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Improving docs for enabling prototype mode
authorharry <harmanmanchanda182@gmail.com>
Sun, 12 Feb 2017 13:59:11 +0000 (19:29 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 12 Feb 2017 13:59:11 +0000 (19:29 +0530)
docs/pages/prototyping.md

index b54e105f6dc2f58d8e8f58e98cf722bdeeb5e4d9..7a30faf0b2eed2e3a7c10c24d57801d7938a1982 100644 (file)
@@ -26,18 +26,21 @@ If you included each component manually (like our starter projects do), open up
 ```scss
 @include foundation-prototype-classes;
 ```
-or, if you looking for specific utility instead of all, these helper classes can be included individually like.
+or, if you looking for specific utility instead of all, these helper classes can be included individually like. Also, for your ease full list is also included below.
 
 ```scss
-// Text utilities
+@include foundation-prototype-typescale;
 @include foundation-prototype-text-utilities;
-// Text transformation classes
 @include foundation-prototype-text-transformation;
-// Display classes
+@include foundation-prototype-text-decoration;
+@include foundation-prototype-font-styling;
+@include foundation-prototype-list-style-type;
+@include foundation-prototype-rounded;
+@include foundation-prototype-bordered;
+@include foundation-prototype-overflow;
 @include foundation-prototype-display;
-// Position Helpers
+@include foundation-prototype-position;
 @include foundation-prototype-sizing;
-// Spacing Utilities
 @include foundation-prototype-spacing;
 ```