-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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] Support breakpoints.between(a, b) with number #19003
Conversation
Details of bundle changes.Comparing: 5533914...e2138cb
|
@ulises-lara Great start. Could you add a new test case? Thanks |
Sure thing, I will be working on that! |
@ulises-lara Thanks |
Should probably update the types for this as well |
This pull request implements changes to the src/styles/createBreakpoints.js file.
It aims to implement support for arbitrary/custom breakpoint values, for consistency purposes, as discussed in the following issue:
Closes #18652