mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
1 line
67 B
CSS
1 line
67 B
CSS
|
@keyframes name { 0%, 50% { color: red } 25%, 75% { color: blue } }
|