This website works better with JavaScript
Home
Explore
Help
Sign In
biheng
/
uppy
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
added $font-family-base variable
Todd Baur
6 years ago
parent
c4a46f47e8
commit
8fbcaa656e
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
src/scss/_variables.scss
+ 2
- 1
src/scss/_variables.scss
View File
@@ -1,4 +1,5 @@
-
+// Fonts
+$font-family-base: inherit;
// Colors
$color-black: #000 !default;