Sha256: d8bcafdfb58bef58c2aeee0ef8603c00d8597298f0eb262070aa19773d4395ec

Contents?: true

Size: 799 Bytes

Versions: 8

Compression:

Stored size: 799 Bytes

Contents

.mixin {
  border: 1px solid black;
}
.mixout {
  border-color: orange;
}
.borders {
  border-style: dashed;
}
#namespace .borders {
  border-style: dotted;
}
#namespace .biohazard {
  content: "death";
}
#namespace .biohazard .man {
  color: transparent;
}
#theme > .mixin {
  background-color: grey;
}
#container {
  color: black;
  border: 1px solid black;
  border-color: orange;
  background-color: grey;
}
#header .milk {
  color: white;
  border: 1px solid black;
  background-color: grey;
}
#header #cookie {
  border-style: dashed;
}
#header #cookie .chips {
  border-style: dotted;
}
#header #cookie .chips .calories {
  color: black;
  border: 1px solid black;
  border-color: orange;
  background-color: grey;
}
.secure-zone {
  color: transparent;
}
.direct {
  border-style: dotted;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
less-2.0.7 lib/less/js/test/css/mixins.css
less-2.0.6 lib/less/js/test/css/mixins.css
less-2.0.5 lib/less/js/test/css/mixins.css
less-2.0.4 lib/less/js/test/css/mixins.css
less-2.0.3 lib/less/js/test/css/mixins.css
less-2.0.2 lib/less/js/test/css/mixins.css
less-2.0.1 lib/less/js/test/css/mixins.css
less-2.0.0 lib/less/js/test/css/mixins.css