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 f9edf8f commit 7cde255
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 @@ -11,8 +11,9 @@ export default {
content: [
"./src/**/*.{ts,tsx}",
"./index.html",
"lib/libs/webforms/**/*.{js,ts,jsx,tsx}",
".././lib/libs/webforms/**/*.{js,ts,jsx,tsx}",
],
relative: true,
theme: {
fontFamily: {
serif: ["Merriweather", "serif"],
Expand Down

0 comments on commit 7cde255

Please sign in to comment.