6 lines
133 B
CSS
6 lines
133 B
CSS
|
|
/* src/styles/globals.css */
|
||
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
|
||
|
|
/* You can add any custom global CSS here */
|