From: harry Date: Sun, 12 Feb 2017 13:59:11 +0000 (+0530) Subject: Improving docs for enabling prototype mode X-Git-Tag: v6.4.0-rc1~23^2~20^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15977469b9630a1b6bd87af0c17bcceb706d314b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Improving docs for enabling prototype mode --- diff --git a/docs/pages/prototyping.md b/docs/pages/prototyping.md index b54e105f6..7a30faf0b 100644 --- a/docs/pages/prototyping.md +++ b/docs/pages/prototyping.md @@ -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; ```