6 lines
72 B
CSS
6 lines
72 B
CSS
body {
|
|
@mixin light {
|
|
background-color: whitesmoke;
|
|
}
|
|
}
|