Skip to content

Commit bf56f27

Browse files
Revert TW config tweaks
1 parent 5c0d5ae commit bf56f27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tailwind.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import defaultTheme from "tailwindcss/defaultTheme";
33
import typography from "@tailwindcss/typography";
44
import tailwindcssAnimate from "tailwindcss-animate";
55

6-
const config: Config = {
6+
export default {
77
darkMode: ["class"],
88
content: ["./src/**/*.{html,js,svelte,ts}"],
99
safelist: ["dark"],
@@ -105,6 +105,4 @@ const config: Config = {
105105
}
106106
},
107107
plugins: [typography, tailwindcssAnimate]
108-
};
109-
110-
export default config;
108+
} satisfies Config;

0 commit comments

Comments
 (0)