Remove redundant variable

It was defined twice in the same file.

Since it's also defined by Foundation, I'm keeping the one in the
"Foundation overrides" section.
This commit is contained in:
Javi Martín
2021-04-28 18:39:20 +02:00
parent 626af63a42
commit 59cbfd21be

View File

@@ -12,7 +12,6 @@
$base-font-size: rem-calc(17);
$base-line: rem-calc(26);
$small-font-size: rem-calc(14);
$line-height: rem-calc(24);
$tiny-font-size: rem-calc(12);