Skip to content

Commit

Permalink
fix: tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-belcher committed Aug 5, 2024
1 parent ed9e79f commit d3d9ef2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions react-app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ import defaultTheme from "tailwindcss/defaultTheme";

export default {
mode: "jit",
purge: [
"./src/**/*.{js,jsx,ts,tsx}",
"./public/**/*.{png,ico,tsx,txt,pdf,doc}",
],
darkMode: ["class"],
content: [
"./src/**/*.{ts,tsx}",
"./index.html",
"../api/webforms/**/*.{js,ts,jsx,tsx}",
"../lib/libs/webforms/**/*.{js,ts,jsx,tsx}",
],
theme: {
fontFamily: {
Expand Down

0 comments on commit d3d9ef2

Please sign in to comment.