Skip to content

Commit

Permalink
fix: load shared helpers tailwind (#3929)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck authored Mar 8, 2024
1 parent 71c8a12 commit e68dbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sites/public/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
content: [
"./pages/**/*.tsx",
"./src/**/*.tsx",
"../../node_modules/@bloom-housing/shared-helpers/src/views/**/*.tsx",
"../../node_modules/@bloom-housing/ui-components/src/**/*.tsx",
],
safelist: [/grid-cols-/],
Expand Down

0 comments on commit e68dbf0

Please sign in to comment.