From 09b600778e3e5c928b47d034d75950499b53bea5 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sat, 9 Mar 2024 12:34:20 +0100 Subject: [PATCH] switched to ts config format and set theme colors and fonts --- tailwind.config.mjs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tailwind.config.mjs diff --git a/tailwind.config.mjs b/tailwind.config.mjs deleted file mode 100644 index f8a2096..0000000 --- a/tailwind.config.mjs +++ /dev/null @@ -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: [], -};