7 lines
89 B
CSS
7 lines
89 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
background: #123;
|
|
}
|