Skip to content
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

[F 6.1.2] is it Possible to use Grid and Flex-Grid ? #8045

Closed
xfifix opened this issue Feb 1, 2016 · 3 comments
Closed

[F 6.1.2] is it Possible to use Grid and Flex-Grid ? #8045

xfifix opened this issue Feb 1, 2016 · 3 comments
Labels

Comments

@xfifix
Copy link
Contributor

xfifix commented Feb 1, 2016

I try to use grid with parent .no-flexbox for IE 9 and flex-grid with parent .flexbox but didn't work.

can you tell me what other file to edit ?

example :
.flexbox {
@include foundation-flex-grid;
}
.no-flexbox {
@include foundation-grid;
}

@xfifix xfifix changed the title [F 6.1.2] Possible to use Grid and Flex-Grid [F 6.1.2] is it Possible to use Grid and Flex-Grid ? Feb 1, 2016
@gakimball
Copy link
Contributor

The grids aren't designed to be mixed, but what you're describing here might work.

Can you post some grid HTML and explain how it's not working?

@xfifix
Copy link
Contributor Author

xfifix commented Feb 2, 2016

I think I finally found when i put .flexbox { @include foundation-flex-grid; } the weight of path css are heavier because they are 2 classes so my css property do not apply because the weight is lower !

@gakimball
Copy link
Contributor

Yeah, if you try to add extra classes to modify rows/columns, you're going to run into specificity issues. A base column is .flexbox .column, a row is .flexbox .row, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants