We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faf526 commit 01a63e3Copy full SHA for 01a63e3
tests/FailingTest.php
@@ -133,6 +133,17 @@ public function provideFailing()
133
& {
134
color:blue;
135
}
136
+
137
+@-webkit-keyframes zoomer {
138
+ from {
139
+ transform:scale(0.5);
140
+ }
141
142
+ to {
143
+ transform:scale(1);
144
145
+}
146
147
@keyframes zoomer {
148
from {
149
transform:scale(0.5);
@@ -148,6 +159,13 @@ public function provideFailing()
159
, <<<END_OF_EXPECTED
160
.custom-selector {
150
161
color: blue; }
162
163
164
165
+ transform: scale(0.5); }
166
167
+ transform: scale(1); } }
168
151
169
152
170
153
171
transform: scale(0.5); }
0 commit comments