@counter-style do { system: fixed; symbols: "\1F4BB" "\1F4CC" "\1F47B" "\1F4F7"; suffix: " "; } @counter-style enjoy { system: fixed; symbols: "\2728" "\1F4A1" "\1F4BE" "\1F3A5" "\1F4D5" "\1F30D" "\2615" "\26C4"; suffix: " "; } @counter-style faq { system: cyclic; symbols: "\2753" "\1F4A1"; suffix: " "; } .list-style-type { &-none { list-style-type: none; } &-do { list-style-type: do; } &-enjoy { list-style-type: enjoy; } &-faq { list-style-type: faq; > li:nth-child(2n):not(:last-child) { @apply mb-2; } } }