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