swc/crates/swc_css_parser/tests/fixture/rome/keyframe/input.css

25 lines
253 B
CSS
Raw Normal View History

2021-08-19 08:16:32 +03:00
@keyframes important1 {
from {
margin-top: 50px !important;
}
to {
margin-top: 100px !important;
}
}
@keyframes foo {
from {
}
to {
}
15% {
}
0% {
}
100% {
}
}
@keyframes FOO {
}