rhymix/vendor/leafo/lessphp/tests/inputs/test-imports/b.less
2016-03-17 20:37:43 +09:00

12 lines
112 B
Text

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