1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 07:58:36 +03:00

use border variables

This commit is contained in:
Catherine Bui 2017-11-06 21:57:49 -06:00
parent 1c81f3c9a8
commit cea6e67ca5

View File

@ -15,7 +15,7 @@
color: $white;
background-color: transparent;
background-image: none;
border: 1px solid $white-fade-50;
border: $border-width $border-style $white-fade-50;
&:hover,
&:active {