0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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:
{% highlight scss %}
{% highlight css %}
.selector-for-some-widget {
box-sizing: content-box;
}