From 9f3ce920a2efa86e4119ca9fb407a80132cad111 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 10 Apr 2024 13:49:48 +0000 Subject: [PATCH] update --- website/tailwind.config.cjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/tailwind.config.cjs b/website/tailwind.config.cjs index 14446f0d0d..7fa835f409 100644 --- a/website/tailwind.config.cjs +++ b/website/tailwind.config.cjs @@ -15,7 +15,10 @@ const mainTailwindColor = { }; module.exports = { - content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}', 'node_modules/flowbite-react/lib/esm/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], + content: [ + './src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}', + 'node_modules/flowbite-react/lib/esm/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}', + ], theme: { extend: { colors: {