From: XhmikosR Date: Fri, 3 Nov 2017 11:33:29 +0000 (+0200) Subject: Highlight snippet as CSS. X-Git-Tag: v4.0.0-beta.3~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13faac04d9e330b15ce7d0305355caae48a224d;p=thirdparty%2Fbootstrap.git Highlight snippet as CSS. --- diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md index 2132e4fe5e..ec3c4033c6 100644 --- a/docs/4.0/getting-started/introduction.md +++ b/docs/4.0/getting-started/introduction.md @@ -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; }