5 lines
68 B
CSS
5 lines
68 B
CSS
@import "tailwindcss";
|
|
|
|
body {
|
|
background-color: bg-slate-100;
|
|
} |