Umbau: header & businessListing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user