wp-autoless/vendor/leafo/lessphp/tests/inputs/test-imports/b.less
Peter Molnar 90b7e3d3bc init
2016-07-25 12:40:28 +00:00

12 lines
112 B
Text

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