-
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
Medium and up class prefixes being generated as small #10472
Comments
@Luckyfella73 I've set this up as a new issue to stop the other issue being populated with this. |
@brettsmason do you remember the impetus for that commit? Want to make sure this doesn't break something else |
@kball I believe it was to do with this: https://github.com/zurb/foundation-sites/blob/develop/scss/xy-grid/_cell.scss#L110 Basically allowing the |
Actually scratch that... it does impact |
Sass:
Current generated CSS:
With commit reversed:
|
So its just responsive gutters! |
Following on from this comment I have discovered that classes prefixed with their breakpoint name eg
size-collapse
,size-uncollapse
andsize-unstack
are all receiving the prefixsmall
.I've tracked this down to this commit - if I revert this then classes are generated correctly.
I've done a diff for generated CSS with and without that PR and all it changes is the incorrect prefixes, so looks like thie is indeed the culprit.
@kball Can you confirm?
The text was updated successfully, but these errors were encountered: