Apply solid bottom border only to li elements

This commit is contained in:
Andrew Croce 2018-07-17 08:45:14 -04:00
parent 8609dbc818
commit 3f51b6b840

View File

@ -26,10 +26,12 @@
border-top: 0; border-top: 0;
border-bottom: 1px dashed $color-gray-light; border-bottom: 1px dashed $color-gray-light;
&li:last-child { @at-root li#{&} {
&:last-child {
border-bottom-style: solid; border-bottom-style: solid;
} }
} }
}
.block-list { .block-list {