dependabot[bot]
2024-09-11 93b2481261bb3f890ac1d6ccc91057f5a32a3e8b
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: ",";
      }
    }
  }
}