Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Aug 5, 2024
1 parent 7cde255 commit a0a0508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react-app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ export default {
"./public/**/*.{png,ico,tsx,txt,pdf,doc}",
],
darkMode: ["class"],
content: [
content: {files: [
"./src/**/*.{ts,tsx}",
"./index.html",
".././lib/libs/webforms/**/*.{js,ts,jsx,tsx}",
],
relative: true,
},
theme: {
fontFamily: {
serif: ["Merriweather", "serif"],
Expand Down

0 comments on commit a0a0508

Please sign in to comment.