From 9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Dec 2015 10:23:22 -0800 Subject: [PATCH] derp, wrong highlight syntax --- docs/components/utilities.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/utilities.md b/docs/components/utilities.md index be5769d6cb..977ae07dd7 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -38,7 +38,7 @@ Where *size* is one of: Here are some representative examples of these classes: -```scss +{% highlight scss %} .m-t-0 { margin-top: 0 !important; } @@ -55,7 +55,7 @@ Here are some representative examples of these classes: .p-a-3 { padding: ($spacer-y * 3) ($spacer-x * 3) !important; } -``` +{% endhighlight %} Additionally, Bootstrap also includes an `.m-x-auto` class which sets the horizontal margins to `auto`.