From baec7561690bd5a2adca450b54269e15cd8c60d8 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 7 Feb 2017 21:38:11 +0530 Subject: [PATCH] Improved docs for spacing utilities. --- docs/pages/prototyping.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/prototyping.md b/docs/pages/prototyping.md index 80ab8f4a5..e223ca94a 100644 --- a/docs/pages/prototyping.md +++ b/docs/pages/prototyping.md @@ -137,7 +137,7 @@ Adjust font-size by overriding an element’s default size. ## Margin Helper Classes -Generate spaces around the element with these easy to use margin classes. By default it only supports `10`, `20`, `30`, `40` and `50`. You can add more values though, through Sass Variables. +Generate spaces around the element with these easy to use margin classes. #### Margin (All Sides) @@ -213,7 +213,7 @@ Generate spaces around the element with these easy to use margin classes. By def ## Negative Margin -Negative margins helps you to create complex layouts easily but please note that negative margins are not the answer for every single css so they should be applied with care. By default it only supports `10`, `20`, `30`, `40` and `50`. You can add more values though, through Sass Variables. +Negative margins helps you to create complex layouts easily. Please note that negative margins are not the answer for every single css so they should be applied with care. #### Margin (All Sides) @@ -289,7 +289,7 @@ Negative margins helps you to create complex layouts easily but please note that ## Padding Helper Classes -Generate spaces around the content with these easy to use padding classes. By default it only supports `10`, `20`, `30`, `40` and `50`. You can add more values though, through Sass Variables. +Generate spaces around the content with these easy to use padding classes. #### Padding (All Sides) -- 2.47.2