7 lines
99 B
SCSS
7 lines
99 B
SCSS
|
|
.articles {
|
||
|
|
.article {
|
||
|
|
&:not(:last-child) {
|
||
|
|
border-bottom: 1px dashed #000;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|