Skip to content

Commit

Permalink
fix: Attempt to fix CSS output class purging
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
  • Loading branch information
TheTechmage committed Jun 3, 2024
1 parent 4cd874d commit c3d7914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: Config = {
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"./node_modules/flowbite-react/lib/**/*.js",
"./out/**/*.{js,ts,jsx,tsx,mdx}",
],
darkMode: 'media',
theme: {
Expand Down

0 comments on commit c3d7914

Please sign in to comment.