9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
/* src/css/tailwind.pcss */
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
/* Custom components */
|
|
} |