mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
derp, wrong highlight syntax
This commit is contained in:
parent
d244ba42e1
commit
9a35ccbf73
@ -38,7 +38,7 @@ Where *size* is one of:
|
|||||||
|
|
||||||
Here are some representative examples of these classes:
|
Here are some representative examples of these classes:
|
||||||
|
|
||||||
```scss
|
{% highlight scss %}
|
||||||
.m-t-0 {
|
.m-t-0 {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
@ -55,7 +55,7 @@ Here are some representative examples of these classes:
|
|||||||
.p-a-3 {
|
.p-a-3 {
|
||||||
padding: ($spacer-y * 3) ($spacer-x * 3) !important;
|
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`.
|
Additionally, Bootstrap also includes an `.m-x-auto` class which sets the horizontal margins to `auto`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user