From c13faac04d9e330b15ce7d0305355caae48a224d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 3 Nov 2017 13:33:29 +0200 Subject: [PATCH] Highlight snippet as CSS. --- docs/4.0/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2