aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/utilities.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index 7add31309..96c84b961 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -39,6 +39,8 @@ Where *size* is one of:
* `2` - (by default) for classes that set the `margin` or `padding` to `$spacer-x * 1.5` or `$spacer-y * 1.5`
* `3` - (by default) for classes that set the `margin` or `padding` to `$spacer-x * 3` or `$spacer-y * 3`
+(You can add more sizes by adding entries to the `$spacers` Sass map variable.)
+
Here are some representative examples of these classes:
{% highlight scss %}