Files
Crm-Frontend/src/app/global.css

8 lines
96 B
CSS

@import "tailwindcss";
body {
@mixin light {
background-color: whitesmoke;
}
}