There was an error while loading. Please reload this page.
1 parent 63a0cb9 commit b9baa2bCopy full SHA for b9baa2b
2 files changed
biome.json
@@ -30,6 +30,11 @@
30
}
31
32
},
33
+ "css": {
34
+ "parser": {
35
+ "tailwindDirectives": true
36
+ }
37
+ },
38
"javascript": {
39
"formatter": {
40
"jsxQuoteStyle": "double",
src/app/global.css
@@ -2,10 +2,8 @@
2
@import "fumadocs-ui/css/neutral.css";
3
@import "fumadocs-ui/css/preset.css";
4
5
-/* biome-ignore lint/suspicious/noUnknownAtRules: @source is a valid at-rule for this build system */
6
-@source '../../node_modules/fumadocs-ui';
7
8
-@source '../../node_modules/@yamlresume/playground';
+@source "../../node_modules/fumadocs-ui";
+@source "../../node_modules/@yamlresume/playground";
9
10
/* Override Tailwind's border-radius utility classes */
11
.rounded,
0 commit comments