13 lines
224 B
CSS
13 lines
224 B
CSS
/* List styles */
|
|
@utility list-horizontal {
|
|
@apply flex list-none flex-wrap items-center gap-3;
|
|
}
|
|
|
|
@utility list-ordered {
|
|
@apply list-decimal list-inside;
|
|
}
|
|
|
|
@utility list-unordered {
|
|
@apply list-disc list-inside;
|
|
}
|