mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
11 lines
226 B
CSS
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
|
|
}
|