]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Highlight snippet as CSS.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 3 Nov 2017 11:33:29 +0000 (13:33 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 3 Nov 2017 12:12:47 +0000 (14:12 +0200)
docs/4.0/getting-started/introduction.md

index 2132e4fe5ecd06c6205c4dcfb8ea7866c9cc1a80..ec3c4033c636b63c816ddc17dc09dfb385d20b73 100644 (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;
 }