From 9f31574f178e94c56265ca21ecc6277f8f66e103 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Tue, 8 Dec 2015 13:11:42 -0500 Subject: [PATCH] add extra line before spacing utilities example --- docs/components/utilities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 4d8ea4b280..be5769d6cb 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -37,6 +37,7 @@ Where *size* is one of: * `3` - (by default) for classes that set the `margin` or `padding` to `$spacer-x * 3` or `$spacer-y * 3` Here are some representative examples of these classes: + ```scss .m-t-0 { margin-top: 0 !important; -- 2.47.2