Sha256: ee724b574fb15382a0a56485c2fa80a62eb3eb26fb26e168508c737a2cff85bb

Contents?: true

Size: 487 Bytes

Versions: 14

Compression:

Stored size: 487 Bytes

Contents

.zero {
  variadic: true;
  zero: 0;
  one: 1;
  two: 2;
  three: 3;
}
.one {
  variadic: true;
  one: 1;
  one-req: 1;
  two: 2;
  three: 3;
}
.two {
  variadic: true;
  two: 2;
  three: 3;
}
.three {
  variadic: true;
  three-req: 3;
  three: 3;
}
.left {
  left: 1;
}
.right {
  right: 1;
}
.border-right {
  color: black;
  border-right: 4px;
}
.border-left {
  color: black;
  border-left: 4px;
}
.only-right {
  right: 33;
}
.only-left {
  left: 33;
}
.left-right {
  both: 330;
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
less-2.5.1 lib/less/js/test/css/mixins-pattern.css
less-2.5.0 lib/less/js/test/css/mixins-pattern.css
less-2.4.0 lib/less/js/test/css/mixins-pattern.css
less-2.3.3 lib/less/js/test/css/mixins-pattern.css
less-2.3.2 lib/less/js/test/css/mixins-pattern.css
less-2.3.1 lib/less/js/test/css/mixins-pattern.css
less-2.3.0 lib/less/js/test/css/mixins-pattern.css
less-2.2.2 lib/less/js/test/css/mixins-pattern.css
less-2.2.1 lib/less/js/test/css/mixins-pattern.css
less-2.2.0 lib/less/js/test/css/mixins-pattern.css
less-2.1.0 lib/less/js/test/css/mixins-pattern.css
less-2.0.12 lib/less/js/test/css/mixins-pattern.css
less-2.0.11 lib/less/js/test/css/mixins-pattern.css
less-2.0.10 lib/less/js/test/css/mixins-pattern.css