UNPKG
flowtoken-next
Version:
latest (1.0.66)
1.0.66
1.0.65
1.0.61
1.0.60
1.0.59
1.0.58
1.0.57
1.0.56
1.0.55

flowtoken-next
/
src
/
components
/
custom-lists.css
16 lines
(13 loc)
•
239 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:root
{
--marker-animation
: none; }
.custom-li
::marker
{
animation
:
var
(--marker-animation); }
.code-block
{
animation
:
var
(--marker-animation); }
.smooth-height-transition
{
overflow
: hidden;
transition
: height
1s
ease; }