lib/less/js/test/less/css-3.less in less-2.3.3 vs lib/less/js/test/less/css-3.less in less-2.4.0

- old
+ new

@@ -1,9 +1,10 @@ .comma-delimited { 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; + -webkit-transform: rotate(-0.0000000001deg); } @font-face { font-family: Headline; unicode-range: U+??????, U+0???, U+0-7F, U+A5; } @@ -108,6 +109,9 @@ foo|h1 { color: blue; } foo|* { color: yellow; } |h1 { color: red; } *|h1 { color: green; } -h1 { color: green; } +h1 { color: green; } +.upper-test { + UpperCaseProperties: allowed; +} \ No newline at end of file