10 lines
111 B
CSS
10 lines
111 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply font-sans;
|
|
}
|
|
}
|