0

我只想在新项目中使用 Foundation X/Y 或 Bootsrap 网格,但找不到他们的自定义下载选项,有人知道它是否仍然可用吗?

如此处所见@1.15:https ://webdesign.tutsplus.com/courses/getting-to-know-the-foundation-xy-grid/lessons/downloading-the-xy-grid

如果该选项不再可用,我如何只在新项目中使用网格而不编译整个 Foundation Framework?

编辑:我也愿意使用 Bootstrap 顺便说一句,我基本上只是想在我的项目中使用任意一种 SASS flexbox mixins。

.container {
@include container () 
}
.row {
 @include row()
}
.column{
@include column(6) {
 @include media-query { etc...}
    }

谢谢

4

0 回答 0