21 lines
498 B
CSS
21 lines
498 B
CSS
/**
|
|
* Tailwind CSS v3 Syntax
|
|
*
|
|
* This template uses the classic @tailwind directive syntax
|
|
* Compatible with: Tailwind CSS >=3.0.0 <4.0.0
|
|
*
|
|
* Generated by: playwright-e2e-automation skill
|
|
*/
|
|
|
|
/* Base styles, CSS resets, and browser normalization */
|
|
@tailwind base;
|
|
|
|
/* Component classes and utilities */
|
|
@tailwind components;
|
|
|
|
/* Utility classes (spacing, colors, typography, etc.) */
|
|
@tailwind utilities;
|
|
|
|
/* ========== CUSTOM STYLES ========== */
|
|
/* Add your custom CSS below this line */
|