dependabot[bot]
2024-08-15 eb23cbe8da4ce90bf6a34f7e92148babc9a3049b
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: ",";
      }
    }
  }
}