Skip to content

Commit

Permalink
Tailwind config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Dec 12, 2023
1 parent a38b188 commit d0c73fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions examples/example_v3/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
"../**/node_modules/firecms/src/**/*.{js,ts,jsx,tsx}",
"../**/node_modules/@firecms/**/src/**/*.{js,ts,jsx,tsx}",
],
theme: {
Expand Down
6 changes: 2 additions & 4 deletions packages/firecms_cli/templates/template_v3/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ const fireCMSPlugin = plugin(function ({
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
"./node_modules/@firecms/core/dist/**/*.{js,ts,jsx,tsx}",
"./node_modules/@firecms/firebase/dist/**/*.{js,ts,jsx,tsx}", // TODO: make sure this is the right path
"./node_modules/@firecms/collection_editor/dist/**/*.{js,ts,jsx,tsx}", // TODO: make sure this is the right path
"./node_modules/@firecms/data_enhancement/dist/**/*.{js,ts,jsx,tsx}", // TODO: make sure this is the right path
"./node_modules/firecms/src/**/*.{js,ts,jsx,tsx}",
"./node_modules/@firecms/**/src/**/*.{js,ts,jsx,tsx}"
],
theme: {
extend: {
Expand Down

0 comments on commit d0c73fe

Please sign in to comment.