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:
parent
32d26f4ad4
commit
11883eb580
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user