Sha256: 569cc3f2a372b15dbe5360ca56a9f22138526dd35b5cd0ffaf95805672235b29

Contents?: true

Size: 1.87 KB

Versions: 5

Compression:

Stored size: 1.87 KB

Contents

.mixin {
  border: 1px solid black;
}
.mixout {
  border-color: orange;
}
.borders {
  border-style: dashed;
}
.mixin > * {
  border: do not match me;
}
#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;
}
.bo,
.bar {
  width: 100%;
}
.bo {
  border: 1px;
}
.ar.bo.ca {
  color: black;
}
.jo.ki {
  background: none;
}
.amp.support {
  color: orange;
}
.amp.support .higher {
  top: 0px;
}
.amp.support.deeper {
  height: auto;
}
.extended {
  width: 100%;
  border: 1px;
  background: none;
  color: orange;
  top: 0px;
  height: auto;
}
.extended .higher {
  top: 0px;
}
.extended.deeper {
  height: auto;
}
.do .re .mi .fa .sol .la .si {
  color: cyan;
}
.mutli-selector-parents {
  color: cyan;
}
.foo .bar {
  width: 100%;
}
.underParents {
  color: red;
}
.parent .underParents {
  color: red;
}
* + h1 {
  margin-top: 25px;
}
legend + h1 {
  margin-top: 0;
}
h1 + * {
  margin-top: 10px;
}
* + h2 {
  margin-top: 20px;
}
legend + h2 {
  margin-top: 0;
}
h2 + * {
  margin-top: 8px;
}
* + h3 {
  margin-top: 15px;
}
legend + h3 {
  margin-top: 0;
}
h3 + * {
  margin-top: 5px;
}
.error {
  background-image: "/a.png";
  background-position: center center;
}
.test-rec .recursion {
  color: black;
}
.button {
  padding-left: 44px;
}
.button.large {
  padding-left: 40em;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ilog-0.4.1 node_modules/less/test/css/mixins.css
ilog-0.4.0 node_modules/less/test/css/mixins.css
ilog-0.3.3 node_modules/less/test/css/mixins.css
less-execjs-2.6.0.4 lib/less/js/less/test/css/mixins.css
less-execjs-2.6.0.3 lib/less/js/less/test/css/mixins.css