标签: css css3 sass flexbox zurb-foundation-6
我在 Safari 中遇到网格问题,我注意到这是因为我foundation-flex-grid文件中包含的foundation-flex-classes和app.scss 。在控制台中,如果我禁用
foundation-flex-grid
foundation-flex-classes
app.scss
flex-flow: row wrap
然后网格看起来应该是这样。现在我想知道,如何使用sass文件中的变量进行设置,以便flex-flow: row wrap被禁用?
sass