@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
/* Preflight is not needed for Stash because we have our own base styles */
@import "tailwindcss/utilities.css" layer(utilities) source(none);
@import "./theme.css";

/* Scan Stash component and docs files for Tailwind classes */
@source "../src/**/*.{vue,ts,js}";
