Skip to content

Commit

Permalink
fix: trying more permissive search
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 4, 2024
1 parent 180bd39 commit c16f97e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import type { Config } from "tailwindcss";

const config: Config = {
content: [
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
//"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
//"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
//"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"./src/**/*.{js,ts,jsx,tsx,mdx}",
"./node_modules/flowbite-react/lib/**/*.js",
],
darkMode: 'media',
Expand Down

0 comments on commit c16f97e

Please sign in to comment.