benfrain / ecss

Home for questions and answers relating to the implementation of the ECSS methodology
http://ecss.io
10 stars 0 forks source link

ECSS + ITCSS? #3

Closed corysimmons closed 8 years ago

corysimmons commented 8 years ago

I kinda like parts of Harry's ITCSS organization:

https://www.youtube.com/watch?v=1OKZOV-iLj4

image

I can see how the atomic layers could be tricky with ECSS, but what are your thoughts on some of the more generic layers?

benfrain commented 8 years ago

Hi Cory,

Nothing generic from my POV. The whole point of ECSS is everything is isolated and self contained.

:)

On 7 Apr 2016, at 17:54, Cory Simmons notifications@github.com wrote:

I kinda like parts of Harry's ITCSS organization:

https://www.youtube.com/watch?v=1OKZOV-iLj4

I can see how the atomic layers could be tricky with ECSS, but what are your thoughts on some of the more generic layers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

corysimmons commented 8 years ago

Not even base styles for things like typography?

I see it as a reset.

:root { color: orange; } is legit right?

benfrain commented 8 years ago

Yes, some stuff like that is unavoidable but I stay away from any kind of 'utility' styles or grid classes.

Essentially, with ECSS any class based abstractions are considered 'leaky' and therefore avoided :)

On 7 Apr 2016, at 18:47, Cory Simmons notifications@github.com wrote:

Not even base styles for things like typography?

I see it as a reset.

:root { color: orange; } is legit right?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

corysimmons commented 8 years ago

Alright sounds good. :+1: