Sha256: e3e0f50977c888e39d342d88f274e7bd81e3ab8af08b171f7a74d49d642391f8

Contents?: true

Size: 891 Bytes

Versions: 8

Compression:

Stored size: 891 Bytes

Contents

#hidden {
  color: transparent;
  color: transparent;
}
.two-args {
  color: blue;
  width: 10px;
  height: 99%;
  border: 2px dotted #000000;
}
.one-arg {
  width: 15px;
  height: 49%;
}
.no-parens {
  width: 5px;
  height: 49%;
}
.no-args {
  width: 5px;
  height: 49%;
}
.var-args {
  width: 45;
  height: 17%;
}
.multi-mix {
  width: 10px;
  height: 29%;
  margin: 4;
  padding: 5;
}
body {
  padding: 30px;
  color: #ff0000;
}
.scope-mix {
  width: 8;
}
.content {
  width: 600px;
}
.content .column {
  margin: 600px;
}
#same-var-name {
  radius: 5px;
}
#var-inside {
  width: 10px;
}
.id-class {
  color: red;
  color: red;
}
.arguments {
  border: 1px solid #000000;
  width: 1px;
}
.arguments2 {
  border: 0px;
  width: 0px;
}
.arguments3 {
  border: 0px;
  width: 0px;
}
.arguments4 {
  border: 0 1 2 3 4;
  rest: 1 2 3 4;
  width: 0;
}
.edge-case {
  border: "{";
  width: "{";
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
less-2.3.0 lib/less/js/test/css/mixins-args.css
less-2.2.2 lib/less/js/test/css/mixins-args.css
less-2.2.1 lib/less/js/test/css/mixins-args.css
less-2.2.0 lib/less/js/test/css/mixins-args.css
less-2.1.0 lib/less/js/test/css/mixins-args.css
less-2.0.12 lib/less/js/test/css/mixins-args.css
less-2.0.11 lib/less/js/test/css/mixins-args.css
less-2.0.10 lib/less/js/test/css/mixins-args.css