16 lines
527 B
CSS
16 lines
527 B
CSS
/*
|
|
* Tailwind CSS v3.4.16
|
|
*
|
|
* This is a placeholder file. For production, you should:
|
|
* 1. Install Tailwind CSS as a PostCSS plugin: https://tailwindcss.com/docs/installation
|
|
* 2. Run the Tailwind CLI to compile this file with your custom configuration
|
|
* 3. Replace this file with the compiled CSS
|
|
*
|
|
* The actual file should be generated using:
|
|
* npx tailwindcss -i ./src/input.css -o ./static/css/tailwind.min.css --minify
|
|
*/
|
|
|
|
/* Base Tailwind imports */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities; |