diff --git a/docs/examples/guide/layout/layers.css b/docs/examples/guide/layout/layers.css index 4465b2d91..7dab8dfd5 100644 --- a/docs/examples/guide/layout/layers.css +++ b/docs/examples/guide/layout/layers.css @@ -11,8 +11,8 @@ Static { } #box1 { - background: darkcyan; layer: above; + background: darkcyan; } #box2 { diff --git a/docs/guide/layout.md b/docs/guide/layout.md index 495cb6f86..94405d837 100644 --- a/docs/guide/layout.md +++ b/docs/guide/layout.md @@ -503,7 +503,7 @@ However, in this case, both `#box1` and `#box2` are assigned to layers which def === "layers.css" - ```sass hl_lines="3 15 19" + ```sass hl_lines="3 14 19" --8<-- "docs/examples/guide/layout/layers.css" ```