@import "tailwindcss"; @plugin "daisyui" { themes: light --default, dark --prefersdark; } .hashtag { @apply text-secondary; } a { @apply text-primary; }