andamira / medula

Starter Theme & Plugin for WordPress
MIT License
8 stars 0 forks source link

The grid system #40

Open joseluis opened 9 years ago

joseluis commented 9 years ago

These are grids I happen to like the most:

I'd very much prefer prefer not to use markup classes. It's cleaner and more versatile. Since everyone is probably used to a different system, I wouldn't mind to give a choice as long as the theme remains clean and simple.

Right now Susy is the default grid, but the integration can definitely be improved. And I'm seriously considering changing the default grid to Jeet Lost.

jan-dh commented 9 years ago

I think a choice for one of these (I think Susy has the biggest fanbase atm) would be valid, providing you document on how to swap one out for the other.

YemSalat commented 9 years ago

Yep, I also vote for Susy and an ability to switch it to something else. From your list I only used Susy, but in recent projects I switched to my own set of mixins and I would like to be able to continue using them with the new starter theme.

joseluis commented 9 years ago

I basically agree with @jan-dh

Some resources:

Personally I'm leaning towards making Jeet the default, and having Susy as an alternative. But I have to make some tests first

joseluis commented 9 years ago

I think I'll wait at least for the release of Jeet 7 because in the current version 6 it outputs and excessive amount of duplicated CSS code. And its future is a little uncertain.

joseluis commented 9 years ago

Just discovered Lost grid and I'm liking it very much.

It's different from the others in that it's a postcss plugin, and it's based on calc(). The syntax is very clean, very simple, and I believe it fits well with Medula spirit.