.just-a-class { background: blue; }

.hello {
	.some-mixin();
}


@media cool {
	color: red;
	.some-mixin();
}

