12 lines
112 B
Text
12 lines
112 B
Text
.just-a-class { background: blue; }
|
|
|
|
.hello {
|
|
.some-mixin();
|
|
}
|
|
|
|
|
|
@media cool {
|
|
color: red;
|
|
.some-mixin();
|
|
}
|
|
|