1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 06:44:38 +03:00

Use $border shorthand

This commit is contained in:
simurai 2020-02-26 21:45:31 +09:00
parent 32d26f4ad4
commit 11883eb580

View File

@ -3,7 +3,7 @@
.tabnav {
margin-top: 0;
margin-bottom: $spacer-3;
border-bottom: $border-width $border-style $border-gray;
border-bottom: $border;
}
.tabnav-tabs {