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 height set incorrectly #707

Closed soumak77 closed 8 years ago

soumak77 commented 8 years ago

The grid-block height is not set correctly after running csso. The optimization causes the override height: auto;, which is used for grid blocks, to be overridden by height: 100vh;, which is used for grid frames, due to how the css is rearranged

soumak77 commented 8 years ago

I should mention that the optimized css worked on Chrome and Safari for OS X 1.9.5, but did not work for Chrome and Safari for iOS 8.3