Files
caszl-next/app/components/ArticleList.module.scss
quantulr 1a22404f19 update
2023-11-01 17:27:06 +08:00

7 lines
99 B
SCSS

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