aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-11-03 13:33:29 +0200
committerXhmikosR <[email protected]>2017-11-03 14:12:47 +0200
commitc13faac04d9e330b15ce7d0305355caae48a224d (patch)
tree94b1ec8350e811fc6a1d33124bcc77c42c8e815e /docs
parentc26ef89addd996914179fc841fa3da73c8108067 (diff)
downloadbootstrap-c13faac04d9e330b15ce7d0305355caae48a224d.tar.xz
bootstrap-c13faac04d9e330b15ce7d0305355caae48a224d.zip
Highlight snippet as CSS.
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md
index 2132e4fe5..ec3c4033c 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;
}