a.less 71 B

123456
  1. .just-a-class { background: red; }
  2. .some-mixin() {
  3. height: 200px;
  4. }