switched to ts config format and set theme colors and fonts

This commit is contained in:
Sebastian Wendel 2024-03-09 12:34:20 +01:00
parent b77c5cdc92
commit 09b600778e

View file

@ -1,8 +0,0 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {},
},
plugins: [],
};