lib/less/js/test/css/css-3.css in less-2.0.7 vs lib/less/js/test/css/css-3.css in less-2.0.8beta1
- old
+ new
@@ -38,5 +38,19 @@
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;
+ }
+}