Foundation-for-Jekyll-sites / jekyll-foundation

Start your Jekyll (v3) project with Zurb Foundation for Sites (v6, sass).
MIT License
179 stars 64 forks source link

The _foundation.scss differs from Zurb's in 6.4.3. Is this intentional? #68

Closed captaincoffee closed 6 years ago

captaincoffee commented 6 years ago

It looks significantly different to me. For example, in Zurb's 6.4.3 the x-y grid is the default, while in jekyll-foundation, the flex grid is default. There are other differences. I'm no expert, so it may be irrelevant. Just asking.

core77 commented 6 years ago

It should be almost the same as Zurb uses in their foundation-zurb-template. There they use the panini static site generator.

You can do awesome stuff with the xy-grid (checkout the video in their docs). Therefore don't include the grid, don't include the flex-grid but include the xy-grid-classes as they do in the linked app.scss (see above).

captaincoffee commented 6 years ago

Thank you.