-
-
Couldn't load subscription status.
- Fork 1.6k
Closed as not planned
Description
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
Labels
No labels