File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ $variables: (
1717 BorderLeft : #{pfe-local (BorderWidth ) pfe-var (ui--border-style ) pfe-local (BorderColor )} ,
1818 BorderRight : #{pfe-local (BorderWidth ) pfe-var (ui--border-style ) pfe-local (BorderColor )} ,
1919 BorderBottom : #{pfe-local (BorderBottomWidth ) pfe-var (ui--border-style ) pfe-local (BorderBottomColor )} ,
20- BorderBottom--hover : #{pfe-local (BorderBottomWidth ) pfe-var (ui--border-style ) pfe-local (BorderBottomColor--hover )}
21-
20+ BorderBottom--hover : #{pfe-local (BorderBottomWidth ) pfe-var (ui--border-style ) pfe-local (BorderBottomColor--hover )} ,
21+ FontFamily : #{ pfe-var ( font-family )}
2222);
2323
2424:host {
@@ -82,6 +82,7 @@ $variables: (
8282
8383 font-size : #{pfe-var (font-size )} ;
8484 font-weight : #{pfe-var (font-weight--normal )} ;
85+ font-family : #{pfe-local (FontFamily )} ;
8586
8687 appearance : none ;
8788 box-shadow : none ;
You can’t perform that action at this time.
0 commit comments