Skip to content

Commit 4659b2c

Browse files
committed
fix: styles post tailwind v4 upgrade
Signed-off-by: Adam Setch <[email protected]>
1 parent 5122631 commit 4659b2c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/styles/app.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ a:not(.repository-link) {
1313
@apply hover:underline
1414
}
1515

16-
@layer components {
17-
.quote {
18-
@apply font-semibold italic;
19-
}
16+
.quote {
17+
@apply font-semibold italic;
2018
}

0 commit comments

Comments
 (0)