]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
derp, wrong highlight syntax
authorMark Otto <markdotto@gmail.com>
Tue, 8 Dec 2015 18:23:22 +0000 (10:23 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 8 Dec 2015 18:23:22 +0000 (10:23 -0800)
docs/components/utilities.md

index be5769d6cb0d1248f9c8549b3e7c1388e8b0fd64..977ae07dd76d6dc30eaf109b8749f2541f2b9e06 100644 (file)
@@ -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`.