8 lines
96 B
CSS
8 lines
96 B
CSS
@import "tailwindcss";
|
|
|
|
body {
|
|
@mixin light {
|
|
background-color: whitesmoke;
|
|
}
|
|
}
|