Skip to content

Commit

Permalink
fix: tailwind not working on frappe-ui components
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Aug 1, 2023
1 parent c8597eb commit 0477852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}",
"../node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
Expand Down

0 comments on commit 0477852

Please sign in to comment.