mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-07 00:48:20 +01:00
refactor: 🔥 Remove old code
This commit is contained in:
parent
0a977468d0
commit
e12120853a
|
|
@ -3,20 +3,6 @@ import typography from "@tailwindcss/typography";
|
|||
import type { Config } from "tailwindcss";
|
||||
import animate from "tailwindcss-animate";
|
||||
|
||||
const themeVariables = (color: string) => ({
|
||||
50: `var(--theme-${color}-50)`,
|
||||
100: `var(--theme-${color}-100)`,
|
||||
200: `var(--theme-${color}-200)`,
|
||||
300: `var(--theme-${color}-300)`,
|
||||
400: `var(--theme-${color}-400)`,
|
||||
500: `var(--theme-${color}-500)`,
|
||||
600: `var(--theme-${color}-600)`,
|
||||
700: `var(--theme-${color}-700)`,
|
||||
800: `var(--theme-${color}-800)`,
|
||||
900: `var(--theme-${color}-900)`,
|
||||
950: `var(--theme-${color}-950)`,
|
||||
});
|
||||
|
||||
export default (<Config>{
|
||||
darkMode: "class",
|
||||
safelist: ["dark"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue