From bc620fd46f0053ca5af79f3c0029c89b588191fd Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 26 Feb 2023 12:24:39 +0000 Subject: [PATCH] remove highlighted line --- docs/guide/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/layout.md b/docs/guide/layout.md index 5062c492c..dd06bb16d 100644 --- a/docs/guide/layout.md +++ b/docs/guide/layout.md @@ -189,7 +189,7 @@ Let's take the [utility containers](#utility-containers) example and update it t === "utility_containers.css" - ```sass hl_lines="2" + ```sass --8<-- "docs/examples/guide/layout/utility_containers.css" ```