Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

grid- block styles contradict #827

Open
DecentGradient opened this issue Jul 26, 2016 · 2 comments
Open

grid- block styles contradict #827

DecentGradient opened this issue Jul 26, 2016 · 2 comments

Comments

@DecentGradient
Copy link

when compiled, grid-block ends up with:
flex-flow: row wrap;
flex-wrap: nowrap; <------this should be removed imho as it is unintended . or not

@soumak77
Copy link
Contributor

@HuemanF I believe this is simply due to how the SCSS is structured. The resulting behavior for grid-block (flex-flow: row nowrap) is intended. If you wish to have flex-flow: row wrap, you can use the wrap class in combination with the grid-block class. You can review the docs for grid-block to get a better understand of the functionality.

ZURB has basically dropped support for this framework and it is now being maintained by the community as https://github.com/base-apps/angular-base-apps.

@DecentGradient
Copy link
Author

Thank?

On Fri, Jul 29, 2016, 7:52 PM Brian Soumakian [email protected]
wrote:

@HuemanF https://github.com/HuemanF I believe this is simply due to how
the SCSS is structured. The resulting behavior for grid-block (flex-flow:
row nowrap) is intended. If you wish to have flex-flow: row wrap, you can
use the wrap class in combination with the grid-block class. You can
review the docs for grid-block
https://base-apps.github.io/angular-base-apps/#!/grid to get a better
understand of the functionality.

ZURB has basically dropped support for this framework and it is now being
maintained by the community as
https://github.com/base-apps/angular-base-apps.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#827 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEZlcMNdxmRg9zJpCnxyb6vTuqVEZXNyks5qapJUgaJpZM4JVZpc
.

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

No branches or pull requests

2 participants