swc/crates/swc_stylis/tests/fixture/error-recovery/input.css
2022-03-09 03:18:49 +00:00

11 lines
226 B
CSS

/* This behavior is wrong, but it's what `stylis@3` does. */
.class {
__styled-jsx-placeholder__1
animation: slide 3s ease infinite;
}
.class {
animation: slide 3s ease infinite;
__styled-jsx-placeholder__1
}