mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
9 lines
109 B
CSS
9 lines
109 B
CSS
@counter-style thumbs {
|
|
system: cyclic;
|
|
symbols: "\1F44D";
|
|
suffix: " ";
|
|
}
|
|
ul {
|
|
list-style: thumbs;
|
|
}
|