/*
 * source(none) turns off Tailwind's automatic scanning of the project, so the
 * build depends only on the templates listed below. Without it any stray file
 * that isn't gitignored leaks its class-like strings into assets/app.css and
 * the committed output stops being reproducible.
 */
@import "tailwindcss" source(none);
@config "../tailwind.config.js";

@source "../s-log-list.php";
@source "../partials/**/*.php";

/*
 * The one thing with no Tailwind utility: the hatched bar that means "this step
 * is still running". Everything else on these screens is stock Tailwind.
 */
@utility stripes-running {
    background-image: repeating-linear-gradient(45deg,
            var(--color-amber-500) 0 4px,
            var(--color-amber-300) 4px 8px);
}
