-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
theme breakpoint for sm uses 960px instead of 600 #19357
Comments
You are looking for |
|
Well, I took another look at my sandbox and Thanks for the clarification. |
The documentation convey this very badly |
@mustafa-hanif Check the docs in v5, we have changed the behavior. |
Duplicate of #13448 |
I see that breakpoint function of the theme is not using the correct width pixels.
Current Behavior 😯
The following style object:
Produces the followingn rule:
Expected Behavior 🤔
I expected the used value to be 600px and not 959
Steps to Reproduce 🕹
Here is a small sandbox to demonstrate it:
https://codesandbox.io/s/elated-hoover-sldxi
Context 🔦
According to docs, sm breakpoint should be 600px
Your Environment 🌎
The text was updated successfully, but these errors were encountered: