-
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
Not able to change the Breakpoints #10015
Comments
And still got: WARNING: breakpoint(): "xsmall" is not defined in your $breakpoints setting. |
Same issue here. When you change the smallest breakpoint to anything other than |
Hey @tbaraniecki and @jackmcpickle,
As you can see small, medium and large are the default settings from foundation. I've added my custom breakpoints used them in the breakpoint-classes. Worked pretty well for me without and problems. |
@yesjoar I can confirm that I can compile my sass when I use your trick. But get the following warning. I'm running version 6.4.0
|
+1 |
+1 |
2 similar comments
+1 |
+1 |
I use
The trick is to make sure you also add the smallest breakpoint to $grid-column-gutter
|
This isn't a valid map. The first value must be 0 and each following value should increase in size. This should work if you remove |
In version 6.2.4 of foundation sites I simply changed the breakpoints in my variable with this peace of code. As you can see... the small and medium value was still a workaround there. Without these two breakpoints it doesn't work also.. What I got was my four breakpoint classes like xs-2, lg-offset-4, and so on.
With the latest version (6.3.1) nothing of them worked anymore. At least I got a lot of error messages, but the documentation still give the info how breakpoints can be changed in name and value.
Kevin Ball said in the slack channel that this sounds like a bug. So I opened this issues. Perhaps it isn't a bug... we'll see.
Best
Kai
The text was updated successfully, but these errors were encountered: