We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ed4f0 commit ad66017Copy full SHA for ad66017
apps/site/layouts/layouts.module.css
@@ -25,7 +25,7 @@
25
xl:grid-cols-[theme(spacing.80)_1fr_theme(spacing.80)];
26
27
> *:nth-child(1) {
28
- @apply [grid-area:'sidebar']
+ @apply [grid-area:sidebar]
29
lg:sticky
30
lg:top-0
31
lg:h-[100vh]
@@ -40,7 +40,7 @@
40
@apply sm:bg-gradient-subtle
41
sm:dark:bg-gradient-subtle-dark
42
p-4
43
- [grid-area:'main']
+ [grid-area:main]
44
motion-safe:scroll-smooth
45
sm:bg-fixed
46
sm:p-12
@@ -50,7 +50,7 @@
50
> *:last-child {
51
@apply mt-8
52
border-t
53
- [grid-area:'metabar']
+ [grid-area:metabar]
54
sm:mt-0
55
56
@@ -72,7 +72,7 @@
72
border-t-neutral-200
73
bg-white
74
py-4
75
- [grid-area:'footer']
+ [grid-area:footer]
76
dark:border-t-neutral-900
77
dark:bg-neutral-950;
78
}
0 commit comments