Skip to content

Commit

Permalink
Update Tailwind CSS configuration to exclude build directories and no…
Browse files Browse the repository at this point in the history
…de_modules
  • Loading branch information
abdulrahmanshabeekmohamed committed Dec 17, 2024
1 parent 66c3b88 commit 8228be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonComponents/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
important: true,
content: ['../**/*.html', '../**/*.razor', '../**/*.cs'],
content: ['../**/*.html', '../**/*.razor', '../**/*.cs', '!../**/bin/**', '!../**/obj/**', '!../**/node_modules/**'],
darkMode: 'class',
theme: {
extend: {}
Expand Down

0 comments on commit 8228be3

Please sign in to comment.