6 lines
82 B
CSS
6 lines
82 B
CSS
|
:root {
|
||
|
--animate-duration: 1s;
|
||
|
--animate-delay: 1s;
|
||
|
--animate-repeat: 1;
|
||
|
}
|