Files
LibreTunes-DX/style/tailwind.css
2026-06-20 14:41:31 -04:00

20 lines
383 B
CSS

@import "tailwindcss";
@plugin "./daisyui-wrapper.js" {
themes: all;
};
@plugin "./daisyui-theme-wrapper.js" {
};
@source not "*";
@source "./src/**/*.{rs,html,css}";
@layer utilities {
.interact {
@apply cursor-pointer;
@apply hover:text-base-content/70;
@apply active:text-primary active:translate-y-[.5px] active:shadow-(--btn-shadow);
}
}