wp-autoless/vendor/leafo/lessphp/tests/inputs/test-imports/b.less

13 lines
112 B
Text
Raw Normal View History

2016-07-25 13:40:28 +01:00
.just-a-class { background: blue; }
.hello {
.some-mixin();
}
@media cool {
color: red;
.some-mixin();
}