10 lines
No EOL
161 B
Text
10 lines
No EOL
161 B
Text
/* src/css/tailwind.pcss */
|
|
|
|
@tailwind base;
|
|
/* Custom base styles */
|
|
|
|
@tailwind components;
|
|
/* Custom components */
|
|
|
|
@tailwind utilities;
|
|
/* Custom utilities */ |