@@ -7,21 +7,21 @@ $scheme: '@primer/primitives/dist/styleLint/functional/themes/light.json' !defau
7
7
8
8
$enable-background-image-linear-gradient : string .index ($scheme , ' -high-contrast' ) == null !default ;
9
9
10
- $btn-color : json ($scheme , button-default-fgColor-rest , value ) !default ;
11
- $btn-background-color-start : json ($scheme , button-default-bgColor-rest , value ) !default ;
10
+ $btn-color : json ($scheme , button-default-fgColor-rest , ' $ value' ) !default ;
11
+ $btn-background-color-start : json ($scheme , button-default-bgColor-rest , ' $ value' ) !default ;
12
12
$btn-background-color-stop : if ($enable-background-image-linear-gradient , rounded-rgb (color .adjust ($btn-background-color-start , $lightness : -3.3333333333% , $space : hsl )), $btn-background-color-start ) !default ;
13
- $btn-border-color : json ($scheme , button-default-borderColor-rest , value ) !default ;
14
- $btn-hover-background-color-start : json ($scheme , button-default-bgColor-hover , value ) !default ;
13
+ $btn-border-color : json ($scheme , button-default-borderColor-rest , ' $ value' ) !default ;
14
+ $btn-hover-background-color-start : json ($scheme , button-default-bgColor-hover , ' $ value' ) !default ;
15
15
$btn-hover-background-color-stop : rounded-rgb (color .adjust ($btn-hover-background-color-start , $lightness : -3.3333333333% , $space : hsl )) !default ;
16
- $btn-hover-border-color : json ($scheme , button-default-borderColor-hover , value ) !default ;
17
- $btn-focus-visible-outline-color : json ($scheme , focus-outlineColor , value ) !default ;
18
- $btn-active-background-color : json ($scheme , button-default-bgColor-active , value ) !default ;
19
- $btn-active-border-color : json ($scheme , button-default-borderColor-active , value ) !default ;
20
- $social-count-color : json ($scheme , button-default-fgColor-rest , value ) !default ;
21
- $social-count-background-color : json ($scheme , bgColor-default , value ) !default ;
16
+ $btn-hover-border-color : json ($scheme , button-default-borderColor-hover , ' $ value' ) !default ;
17
+ $btn-focus-visible-outline-color : json ($scheme , focus-outlineColor , ' $ value' ) !default ;
18
+ $btn-active-background-color : json ($scheme , button-default-bgColor-active , ' $ value' ) !default ;
19
+ $btn-active-border-color : json ($scheme , button-default-borderColor-active , ' $ value' ) !default ;
20
+ $social-count-color : json ($scheme , button-default-fgColor-rest , ' $ value' ) !default ;
21
+ $social-count-background-color : json ($scheme , bgColor-default , ' $ value' ) !default ;
22
22
$social-count-border-color : $btn-border-color !default ;
23
- $social-count-hover-color : json ($scheme , button-outline-fgColor-rest , value ) !default ;
24
- $octicon-heart-color : json ($scheme , fgColor-sponsors , value ) !default ;
23
+ $social-count-hover-color : json ($scheme , button-outline-fgColor-rest , ' $ value' ) !default ;
24
+ $octicon-heart-color : json ($scheme , fgColor-sponsors , ' $ value' ) !default ;
25
25
26
26
.btn ,
27
27
.social-count {
0 commit comments