Files
caszl-next/app/_components/ArticleList.module.scss
quantulr a8b1ad286d update
2023-11-06 17:27:50 +08:00

7 lines
99 B
SCSS

.articles {
.article {
&:not(:last-child) {
border-bottom: 1px dashed #000;
}
}
}