dependabot[bot]
2025-11-06 45d2ef869061099f7f1dca739bedfc1daf40eb76
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.content-meta {
  margin-top: 0;
  color: var(--darkgray);
 
  &[show-comma="true"] {
    > *:not(:last-child) {
      margin-right: 8px;
 
      &::after {
        content: ",";
      }
    }
  }
}