Browse Source

added font-size-xs variable

REJack 5 years ago
parent
commit
28fff0df4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/scss/_variables.scss

+ 1 - 0
build/scss/_variables.scss

@@ -177,6 +177,7 @@ $transition-fn: ease-in-out !default;
 
 // TEXT
 // --------------------------------------------------------
+$font-size-xs: ($font-size-base * .75);
 $font-size-xl: ($font-size-base * 2);