You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Just a general question here - if I want to download a custom grid from the Zurb site, how would you recommend incorporating that with FoundationPress?? Don't if it would complicated or would just be a replacement of the core foundation files. Would love to be able to add my own custom grid.
You should take a look at the assets -> scss -> config -> _settings.scss file. In there are setting for the grid starting on line 76. You can copy and past those grid variables into the _custom-setting.scss file and change the values for your custom grid.
If you change the grid to a custom one you also have to change the templates where the grid is used, since they are built for the default 12 column grid. Lines like: <div class="small-12 large-8 columns" role="main">
Just a general question here - if I want to download a custom grid from the Zurb site, how would you recommend incorporating that with FoundationPress?? Don't if it would complicated or would just be a replacement of the core foundation files. Would love to be able to add my own custom grid.
http://foundation.zurb.com/develop/download.html
The text was updated successfully, but these errors were encountered: