src/app.css (view raw)
1@import "tailwindcss"; 2@plugin "daisyui" { 3 themes: 4 light --default, 5 dark --prefersdark; 6} 7 8.hashtag { 9 @apply text-secondary; 10} 11 12a { 13 @apply text-primary; 14}