10 lines
118 B
CSS
Vendored
10 lines
118 B
CSS
Vendored
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
}
|
|
@layer components {
|
|
}
|
|
@layer utilities {
|
|
} |