mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 10:46:26 +02:00
Init template
This commit is contained in:
commit
c7020592dc
18 changed files with 2574 additions and 0 deletions
5
src/theme.ts
Normal file
5
src/theme.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { createTheme } from "@mantine/core";
|
||||
import { themeToVars } from "@mantine/vanilla-extract";
|
||||
|
||||
export const theme = createTheme({});
|
||||
export const vars = themeToVars(theme);
|
Loading…
Add table
Add a link
Reference in a new issue