7 lines
105 B
CSS
7 lines
105 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
body{
|
||
|
@apply text-cyan-50 bg-slate-400;
|
||
|
}
|