added font-size-xs variable

This commit is contained in:
REJack 2019-09-16 12:11:44 +02:00
parent accf50cf1b
commit 28fff0df4c
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888

View file

@ -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);