@tailwind base;
@tailwind components;
@tailwind utilities;


/* Test class to verify processing */
.test-style {
    @apply bg-blue-500 p-4;
}
