dependabot[bot]
2025-02-11 be846e6a5fc6af1084e2b7408dfc312061cc47f9
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: ",";
      }
    }
  }
}