Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!default value is not assigned for some variable #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

itismowgli
Copy link

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.

None yet

1 participant