Umbau: header & businessListing

This commit is contained in:
2024-07-03 18:51:01 +02:00
parent 958f0afd9b
commit 1ccd1d174c
19 changed files with 246 additions and 304 deletions

View File

@@ -1,5 +1,22 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
safelist: [
'text-red-400',
'text-purple-400',
'text-pink-400',
'text-teal-400',
'text-green-400',
'text-yellow-400',
'text-blue-400',
'text-cyan-400',
'text-gray-400',
'text-sky-400',
'text-orange-400',
'text-violet-400',
'text-indigo-400',
'text-amber-700'
// Fügen Sie hier alle möglichen Farbklassen hinzu, die dynamisch geladen werden könnten
],
content: [
"./src/**/*.{html,ts}",
"./node_modules/flowbite/**/*.js" // add this line