plyght
2024-11-22 e1d754ef79e8c04d6fe0f9031ce74baf48d3bb10
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"] {
    > span:not(:last-child) {
      margin-right: 8px;
 
      &::after {
        content: ",";
      }
    }
  }
}