Bao
2024-12-03 0c4281eb537d1d7675bcf8f84316a5d7ed0b3bcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.content-meta {
  margin-top: 0;
  color: var(--gray);
 
  &[show-comma="true"] {
    > *:not(:last-child) {
      margin-right: 8px;
 
      &::after {
        content: ",";
      }
    }
  }
}