Skip to content

Build Prob in My Project #18694

Closed Answered by WallyTheBot
WallyTheBot asked this question in Help
Aug 8, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I found the prob without my public folder all works but i said in the config this is excluded :/


/** @type {import('tailwindcss').Config} */
module.exports = {
  darkMode: "class",

  // Sagt Tailwind, dass es nur im app-Ordner nach Klassen suchen soll.
  content: [
    "./app/**/*.{html,js}",
    // Das Ausrufezeichen bedeutet "nicht hier".
    '!./public/**/*',

  ],

  // Das Theme ist jetzt leer, da du keine Erweiterungen wolltest.
  // Tailwind wird seine nützlichen Standardwerte (wie text-red-500 etc.) weiterhin verwenden.
  theme: {
    // Hier könnten bei Bedarf wieder eigene Stile hinzugefügt werden.
  },

  // Das Plugin für Animationen bleibt erhalten.
  plugins: [
    require…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@WallyTheBot
Comment options

Answer selected by WallyTheBot
@wongjn
Comment options

wongjn Aug 8, 2025
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants