Sha256: 14beec0c3a2568528422413008bd1c94fc7b8702d032c9a4a3ff140edaa9f44f

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

.comma-delimited { 
  background: url(bg.jpg) no-repeat, url(bg.png) repeat-x top left, url(bg);
  text-shadow: -1px -1px 1px red, 6px 5px 5px yellow;
  -moz-box-shadow: 0pt 0pt 2px rgba(255, 255, 255, 0.4) inset,
    0pt 4px 6px rgba(255, 255, 255, 0.4) inset;
}
@font-face {
  font-family: Headline;
  src: local(Futura-Medium),
       url(fonts.svg#MyGeometricModern) format("svg");
}
.other {
  -moz-transform: translate(0, 11em) rotate(-90deg);
}
p:not([class*="lead"]) {
  color: black; 
}

input[type="text"].class#id[attr=32]:not(1) {
  color: white;
}

div#id.class[a=1][b=2].class:not(1) {
  color: white;
}

ul.comma > li:not(:only-child)::after { 
  color: white;
}

ol.comma > li:nth-last-child(2)::after {
  color: white;
}

li:nth-child(4n+1),
li:nth-child(-5n),
li:nth-child(-n+2) {
  color: white;
}

a[href^="http://"] {
  color: black;
}

a[href$="http://"] {
  color: black;
}

form[data-disabled] {
  color: black;
}

p::before {
  color: black;
}

#issue322 {
  -webkit-animation: anim2 7s infinite ease-in-out;
}

@-webkit-keyframes frames {
  0% { border: 1px }
  5.5% { border: 2px }
  100% { border: 3px }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
less-2.3.0 lib/less/js/test/less/css-3.less
less-2.2.2 lib/less/js/test/less/css-3.less
less-2.2.1 lib/less/js/test/less/css-3.less
less-2.2.0 lib/less/js/test/less/css-3.less
less-2.1.0 lib/less/js/test/less/css-3.less
less-2.0.12 lib/less/js/test/less/css-3.less
less-2.0.11 lib/less/js/test/less/css-3.less
less-2.0.10 lib/less/js/test/less/css-3.less
less-2.0.9 lib/less/js/test/less/css-3.less
less-2.0.8 lib/less/js/test/less/css-3.less
less-2.0.8beta2 lib/less/js/test/less/css-3.less
less-2.0.8beta1 lib/less/js/test/less/css-3.less