1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Highlight snippet as CSS.

This commit is contained in:
XhmikosR
2017-11-03 13:33:29 +02:00
parent c26ef89add
commit c13faac04d

View File

@@ -113,7 +113,7 @@ For more straightforward sizing in CSS, we switch the global `box-sizing` value
On the rare occasion you need to override it, use something like the following: On the rare occasion you need to override it, use something like the following:
{% highlight scss %} {% highlight css %}
.selector-for-some-widget { .selector-for-some-widget {
box-sizing: content-box; box-sizing: content-box;
} }