Skip to content

!default value is not assigned for some variable#44

Open
itismowgli wants to merge 1 commit into
lokesh-coder:masterfrom
itismowgli:master
Open

!default value is not assigned for some variable#44
itismowgli wants to merge 1 commit into
lokesh-coder:masterfrom
itismowgli:master

Conversation

@itismowgli
Copy link
Copy Markdown

Your code is based on 14px base value for font-size.
It's not necessary to have the same value for others. So Based on that there should be an option to override. I've checked the code and found that there's no '!default' value assigned in the _variables.scss file.

// position
$pretty-top: 8 !default;
$pretty-top-switch: ($pretty-top * 2) * 1% !default;
$pretty-top-offset: calc((0% - (100% - 1em)) - #{$pretty-top * 1%}) !default;
$pretty-top-offset-switch: calc((0% - (100% - 1em)) - #{$pretty-top-switch}) !default;

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant