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

BUGFIX: fix "breakpoint-max" generating invalid CSS #26

Merged
merged 1 commit into from
May 16, 2017

Conversation

beheist
Copy link

@beheist beheist commented May 16, 2017

Due to using a nonexistent (at least on my machine and sass version, node-sass 3.8.0, libsass 3.3.6) number() function, the breakpoint-max mixin generated invalid CSS (number(foo) was passed through to CSS). Fixed it by removing the function and outputting the result in em, similar to the breakpoint-min mixin.

Due to using a nonexistent "number()" function, the breakpoint-max mixin
generated invalid CSS ("number(foo)") was passed through to CSS. Fixed it
by removing the function and outputting the result in em, similar to the
"breakpoint-min" mixin.
@ulinaaron ulinaaron self-requested a review May 16, 2017 11:40
@ulinaaron ulinaaron merged commit bac3d00 into sitetent:master May 16, 2017
@ulinaaron
Copy link
Collaborator

Thanks for bringing this up. I'll get this merged into the master branch now. A new tag release v1.5 will be coming within the next few weeks with this included too.

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.

2 participants