11 lines
114 B
CSS
11 lines
114 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply antialiased;
|
|
}
|
|
}
|
|
|