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