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

Fixes #2773 - Import derived-variables in mixins.sass #2774

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

Conversation

Didel
Copy link

@Didel Didel commented Jan 17, 2020

This is a bugfix for #2773 .

Proposed solution

Import the derived-variables in mixins.scss too.
This will ensure you don't get compiler errors when you only need to import mixins.scss.

Tradeoffs

None. The dependency to the derived-variables stylesheet was already there (see original issue), this only makes that dependency explicit and prevents compiler errors.

Testing Done

I have tested this change against the how-to-reproduce in #2773 . Without this change, I get a compiler error. With this change I don't.

Changelog updated?

No.

@Didel Didel changed the title Fixes #2773 - Import derived-variables in mixins.scss Fixes #2773 - Import derived-variables in mixins.sass Apr 2, 2020
@a-kriya
Copy link
Contributor

a-kriya commented Sep 3, 2020

@jgthms
image

Just upgraded from 0.7 hoping that all the kinks would've been resolved as v0.8.0 has been out for almost a year now. The docs link to the responsive mixins that are available to use: https://bulma.io/documentation/overview/responsiveness/

Copy link

@dbryar dbryar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made this change to fix issue in my own app and this PR solves the issue

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.

3 participants