-
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
Cannot implement an xsmall breakpoint v6.4.1 #10358
Comments
I'm using a xsmall breakpoint for all of my project too and ran into the same issue. Thanks for reporting! |
The smallest breakpoint must be I use something like |
@jashwant I can see that it is fixed at Do you know exactly where in the codebase the smallest breakpoint is fixed as instead of |
@kball according to our brief conversation on slack you indicated that having Is it worth pursuing this work? If not should the documentation be updated to state this behavior? |
@shonin my sense from reading back through these issues is that the current behavior was a compromise solution, and looking at the timing at least some of that was in the crunch to get to the first version 6 release. I think we should definitely consider improving this |
So when did this issue arise. I know I've used x-small breakpoint in other versions of Foundation 6. |
I am unable to add an xsmall breakpoint to the list of breakpoints. Anything other than
small: 0
seems to fail.Seems related to issue 10015
How to reproduce this bug:
make your breakpoint settings like this
What should happen:
I should have an xsmall breakpoint as the lowest breakpoint
What happened instead:
compiled with:
webpack
sass-loader
Foundation Version(s) you are using:
6.4.1
The text was updated successfully, but these errors were encountered: