-
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] .row and .column classes aren't receiving default styles #10425
Comments
The XY Gris uses different syntax. Since you are looking to use the flex-grid, you'll want to change this in app.scss
|
@designerdean you can set |
Yep exactly. |
Perfect. Thank you so much for the help! |
Great glad its working now. I think we need some docs changes to make this clearer so going to leave this open for now. |
I had the same problem and the fix worked. Documentation definitely needs updating to indicate if @include foundation-everything(true) which is what would be present to turn Flex-Grid on prior to 6.4 will be use the new XY-Grid instead and to use Flex-Grid the following needs to be added to the settings.scss file. $xy-grid: false; |
Closing as #10962 is merged so the docs are a bit more clear about this. |
How to reproduce this bug:
Simply create a div.row with a nested div.column. Notice that there is no longer a max-width set by default.
What should happen:
The div.row should have the max-width equal to whatever is defined as $global-width.
What happened instead:
Neither the div.row nor div.column are receiving any styles like they were in v6.3.
Browser(s) and Device(s) tested on:
Chrome on Macbook Pro.
Foundation Version(s) you are using: 6.4.1
Test case link:
The text was updated successfully, but these errors were encountered: