@import "tailwindcss";
@import "./pagy-tailwind.css";

@source "../../../app/components/**/*.{rb,html.erb}";

/* Make the select itself appear muted when blank is selected */
select:has(option[value=""]:checked) {
    color: #9ca3af;
}