mirror of https://github.com/status-im/consul.git
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;
|
||
|
}
|
||
|
|