Skip to content

Commit b9baa2b

Browse files
committed
chore(ci): fix biome upgrade ci issues
1 parent 63a0cb9 commit b9baa2b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
}
3131
}
3232
},
33+
"css": {
34+
"parser": {
35+
"tailwindDirectives": true
36+
}
37+
},
3338
"javascript": {
3439
"formatter": {
3540
"jsxQuoteStyle": "double",

src/app/global.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
@import "fumadocs-ui/css/neutral.css";
33
@import "fumadocs-ui/css/preset.css";
44

5-
/* biome-ignore lint/suspicious/noUnknownAtRules: @source is a valid at-rule for this build system */
6-
@source '../../node_modules/fumadocs-ui';
7-
/* biome-ignore lint/suspicious/noUnknownAtRules: @source is a valid at-rule for this build system */
8-
@source '../../node_modules/@yamlresume/playground';
5+
@source "../../node_modules/fumadocs-ui";
6+
@source "../../node_modules/@yamlresume/playground";
97

108
/* Override Tailwind's border-radius utility classes */
119
.rounded,

0 commit comments

Comments
 (0)