Skip to content

Commit

Permalink
RSN-34: added components path to config
Browse files Browse the repository at this point in the history
  • Loading branch information
rogacky11 authored and wzarek committed Jun 6, 2024
1 parent a4de601 commit 1e98cb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/reasn-client/apps/web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
content: [
"./app/**/*.{js,jsx,ts,tsx}",
"../../packages/ui/src/**/*.{js,jsx,ts,tsx}",
'./app/**/*.{js,jsx,ts,tsx}',
'./components/**/*.{js,jsx,ts,tsx}',
'../../packages/ui/src/**/*.{js,jsx,ts,tsx}'
],
theme: {
extend: {},
Expand Down

0 comments on commit 1e98cb6

Please sign in to comment.