Files
caszl-next/app/_components/ArticleList.module.scss

7 lines
99 B
SCSS
Raw Normal View History

2023-10-30 17:29:35 +08:00
.articles {
.article {
&:not(:last-child) {
border-bottom: 1px dashed #000;
}
}
}