mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
12 lines
112 B
Text
12 lines
112 B
Text
.just-a-class { background: blue; }
|
|
|
|
.hello {
|
|
.some-mixin();
|
|
}
|
|
|
|
|
|
@media cool {
|
|
color: red;
|
|
.some-mixin();
|
|
}
|
|
|