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

Gap initial variable is incorrect #2252

Closed
wiamsuri opened this issue Nov 26, 2018 · 1 comment
Closed

Gap initial variable is incorrect #2252

wiamsuri opened this issue Nov 26, 2018 · 1 comment

Comments

@wiamsuri
Copy link
Contributor

This is about Bulma.

Overview of the problem

This is a Sass issue: I'm using version 0.7.2.
I think the intended gap size is 32px as initial variables says that

// 960px container + 4rem
$desktop: 960px + (2 * $gap) !default

But the gap variable is set to $gap: 64px !default, which makes (2 * $gap) = 8rem.

Expected behavior

Gap variable should be set to $gap: 32px !default to make (2 * $gap) = 4rem

@jgthms
Copy link
Owner

jgthms commented Nov 26, 2018

Thanks but I’m pretty sure it’s. A duplicate. Will close this one.

@jgthms jgthms closed this as completed Nov 26, 2018
jgthms added a commit that referenced this issue May 17, 2019
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

No branches or pull requests

2 participants