File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
@import "tailwindcss" ;
2
2
@import "tailwindcss-animated" ;
3
- @import "./theme.css" ;
3
+ @import "./theme/theme .css" ;
4
4
@import "fumadocs-ui/css/preset.css" ;
5
5
@import "fumadocs-twoslash/twoslash.css" ;
6
6
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ import type { ReactNode } from "react";
3
3
4
4
import { RootProvider } from "fumadocs-ui/provider" ;
5
5
import { ViewTransitions } from "next-view-transitions" ;
6
+
6
7
import { IBM_Plex_Mono } from "next/font/google" ;
7
8
import { baseUrl } from "../lib/metadata" ;
8
- import "./base.css" ;
9
9
10
- import "./overrides.css" ;
10
+ import "./app.css" ;
11
+ import "./app.override.css" ;
11
12
12
13
const ibm_plex_mono = IBM_Plex_Mono ( {
13
14
subsets : [ "latin" ] ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments