Skip to content

Commit 5ef9ad3

Browse files
Replace legacy --gm properties with valid gap-classes (#1332)
1 parent 781c71c commit 5ef9ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/app/routes/_docs/$slug.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function Page() {
5757
)}
5858
</ResourceLinks>
5959
)}
60-
<div className="lg:relative lg:flex lg:gap-[var(--gm-container-gutter-width)] lg:pt-9">
60+
<div className="lg:relative lg:flex lg:gap-4 lg:pt-9">
6161
<TableOfContentsNav
6262
className="w-56 lg:sticky lg:top-9 lg:order-1 lg:shrink-0"
6363
content={data.content}

apps/docs/app/routes/_docs/komponenter/$slug.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function Page() {
6565
),
6666
)}
6767
</ResourceLinks>
68-
<div className="lg:relative lg:flex lg:gap-[var(--gm-container-gutter-width)]">
68+
<div className="lg:relative lg:flex lg:gap-4">
6969
<TableOfContentsNav
7070
className="hidden w-56 lg:sticky lg:top-9 lg:order-1 lg:block lg:shrink-0"
7171
content={data.content}

0 commit comments

Comments
 (0)