fix @keyframes
test failing from typo
This commit is contained in:
parent
e0cecb4e5c
commit
6beb95ece0
@ -137,5 +137,5 @@ test!(
|
||||
color: red;
|
||||
}
|
||||
}",
|
||||
"@-webkit-keyframes foo {\n 0% {\n color: red;\n }\n}\n"
|
||||
"@keyframes foo {\n 12.5% {\n color: red;\n }\n}\n"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user