-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
possible solution for #8257 #8318
Conversation
taking first breakpoint and check if smallest and define it as zero-breakpoint
Thanks for putting this together! My feedback:
|
Thanks for the feedback. I hoped I already found all references to small, but I'll check again. I'll make the changes as soon as possible. |
I change the variable following your feedback and replaced all usages of small breakpoint. I wasn't 100% sure about one place. It's _rows.scss:83 |
Is there anything more to do? |
Nope, looks good. Thanks for putting it together! |
So what's the quick-and-dirty guide to implementing this change in our bleeding-edge code? Do we just add something like this to
|
@proimage That will probably work. Edit: well, if you're already pulling in the |
Thou assumest too muchly - I roll Foundation SCSS manually. :p For the record, yes, after downloading the latest |
taking first breakpoint and check if smallest and define it as zero-breakpoint