We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdee543 commit af3ee83Copy full SHA for af3ee83
tailwind.config.ts
@@ -3,10 +3,7 @@ import { fontFamily } from "tailwindcss/defaultTheme";
3
import { variable } from "./src/styles/font/variable";
4
5
export default {
6
- content: [
7
- "./src/**/*.tsx",
8
- "node_modules/flowbite-react/**/*.{js,jsx,ts,tsx}",
9
- ],
+ content: ["./src/**/*.tsx", "node_modules/flowbite-react/lib/esm/**/*.js"],
10
theme: {
11
extend: {
12
fontFamily: {
0 commit comments