Skip to content

Commit

Permalink
fix: correct tailwind config in node 23 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell authored Nov 28, 2024
1 parent e5dbf54 commit abc1f0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ module.exports = {
themes: ['lofi'],
},
plugins: [require('daisyui')],
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ module.exports = {
themes: ['lofi'],
},
plugins: [require('daisyui')],
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ module.exports = {
themes: ['lofi'],
},
plugins: [require('daisyui')],
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = {
themes: ['lofi'],
},
plugins: [require('daisyui')],
{% endif -%}
{%- endif %}
}

0 comments on commit abc1f0f

Please sign in to comment.