icingaweb2/library/vendor/lessphp/tests/inputs/test-imports/b.less

13 lines
112 B
Plaintext

.just-a-class { background: blue; }
.hello {
.some-mixin();
}
@media cool {
color: red;
.some-mixin();
}