-
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
[Flex Grid] Media query-based -collapse
classnames break after 6.4.1
#10383
Comments
thanks for linking to the issue I opened @chenryhen. Just to clarify, are you able to compile with this in 6.4.1?
because, using webpack, I cannot. |
@shonin yup. We're using webpack as well, and I don't get compilation errors. I haven't done a thorough check, but other media query classnames seem to be working (like |
Did you check your |
From what I can tell, it's using the
|
I actually just tweeted them about this. The issue appears to be in the update to the i didn't have time to fill out a bug report, but if you'd like to, hopefully that information helps. |
@jmplummer you are correct it was to do with that - itd been fixed in a pr which will be included in the 6.4.2 release next week. |
Closing this as it was fixed in #10491 Will be out early next week. |
Potentially another issue related to: #10358
When we update from 6.2.4/6.3.1 to 6.4.1 all of our
-collapse
classes stop working. We've set custom breakpoints:With the older versions, we see the appropriate classes for each breakpoint (
xsmall-collase
,xsmall-uncollapse
,small-collapse
, etc.). After updating to 6.4.1 all of the classes at each breakpoint becomexsmall-collapse
andxsmall-uncollapse
. For example:The text was updated successfully, but these errors were encountered: