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,9 +26,11 @@
border-top: 0;
border-bottom: 1px dashed $color-gray-light;
&li:last-child {
@at-root li#{&} {
&:last-child {
border-bottom-style: solid;
}
}
}