dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix: normalize chokidar paths for hot reload on Windows (#2120)
Giuseppe Alfieri
2025-09-07
ecb3d92941b7cae7ce222e2247c18918366207e4
[scapegoat/Docs2.git]
/
quartz
/
components
/
styles
/
contentMeta.scss
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: ",";
}
}
}
}