8 lines
93 B
CSS
8 lines
93 B
CSS
@import "tailwindcss";
|
|
|
|
body {
|
|
@mixin light {
|
|
background-color: #f4f7fd;
|
|
}
|
|
}
|