Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我想跳过 zurb 基金会提供的一些组件,我该怎么做?
示例:我只想使用网格系统。
rails g foundation:install --skip=?
只需要应用程序 js 和 css 文件中的所需部分
//= require foundation.name
但是,网格似乎不在一个特殊的包中。
查看 rails gem 了解更多详情。看来您可以加载网格 css 文件,可能想尝试一下
*= require foundation.components.grid