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

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions