properly configures tailwind

This commit is contained in:
Drew
2025-04-17 18:35:56 -06:00
parent a0f84311d2
commit 255cd357c5
4 changed files with 642 additions and 467 deletions

View File

@ -1,8 +1,9 @@
module.exports = {
content: [
'./hugo_stats.json',
'./layouts/**/*.html',
'./content/**/*.md',
'./assets/scss/**/*.scss',
'./content/**/*.{html,md}',
'./themes/**/layouts/**/*.html'
],
theme: {
extend: {