Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Font Sizes without px units #125

@davecarter

Description

@davecarter

Summary

When accessing to some of the Font Size Sass vars defined in settings due to their missing initialization in settings-compat-v7 the returning value has not pixel values.

The following missing values should be added to settings-compat-v7

$fz-xxxl: strip-unit(ceil($fz-base * 2.250)) * 1px !default;
$fz-xxxl: strip-unit(ceil($fz-base * 2.125)) * 1px !default;
$fz-xxl: strip-unit(ceil($fz-base * 2)) * 1px !default;
$fz-xs: strip-unit(ceil($fz-base * .5)) * 1px !default;

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions