Skip to content

bug: Tailwind CSS v3.4.17 cannot build DaisyUI v5.1.8 #4190

@HusuSama

Description

@HusuSama

Reproduction URL (Required)

null

What version of daisyUI are you using?

5.1.8

Which browsers are you seeing the problem on?

No response

Describe your issue

There were no issues with the build before October 1st, but today we found that all the built styles are missing. Could you please tell us what the problem is?

config:

import type { Config } from 'tailwindcss';

export default {
  content: ['./src/**/*.{js,jsx,ts,tsx}'],
  theme: {
    extend: {},
  },
  daisyui: {
    themes: ['light'],
  },
  plugins: [require('daisyui')],
} satisfies Config;
@tailwind base;
@tailwind components;
@tailwind utilities;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions