mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
7 lines
159 B
SCSS
7 lines
159 B
SCSS
/* allows easy application of animation-name based composition */
|
|
*, *::before, *::after {
|
|
animation-play-state: paused;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
|