zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

grid- block styles contradict #827

Open DecentGradient opened 8 years ago

DecentGradient commented 8 years ago

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 commented 8 years ago

@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 commented 8 years ago

Thank?

On Fri, Jul 29, 2016, 7:52 PM Brian Soumakian notifications@github.com 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 https://github.com/zurb/foundation-apps/issues/827#issuecomment-236321493, or mute the thread https://github.com/notifications/unsubscribe-auth/AEZlcMNdxmRg9zJpCnxyb6vTuqVEZXNyks5qapJUgaJpZM4JVZpc .