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 11@import "tailwindcss" ;
22@import "tailwindcss-animated" ;
3- @import "./theme.css" ;
3+ @import "./theme/theme .css" ;
44@import "fumadocs-ui/css/preset.css" ;
55@import "fumadocs-twoslash/twoslash.css" ;
66
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ import type { ReactNode } from "react";
33
44import { RootProvider } from "fumadocs-ui/provider" ;
55import { ViewTransitions } from "next-view-transitions" ;
6+
67import { IBM_Plex_Mono } from "next/font/google" ;
78import { baseUrl } from "../lib/metadata" ;
8- import "./base.css" ;
99
10- import "./overrides.css" ;
10+ import "./app.css" ;
11+ import "./app.override.css" ;
1112
1213const ibm_plex_mono = IBM_Plex_Mono ( {
1314 subsets : [ "latin" ] ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments