Skip to content

Commit

Permalink
fixed tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed May 14, 2023
1 parent ccb9f60 commit 3969fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
content: ['./client/**/*.{js,ts,jsx,tsx}', './themes/**/**/*.{js,ts,jsx,tsx}'],
content: ['./client/**/*.{js,ts,jsx,tsx,html}', './themes/**/**/*.{js,ts,jsx,tsx,html}'],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 3969fe7

Please sign in to comment.