jareware / css-architecture

8 simple rules for a robust, scalable CSS architecture
2.58k stars 127 forks source link

Further reading #3

Open benfrain opened 7 years ago

benfrain commented 7 years ago

Much of your approach is the same as my own, documented at http://ecss.io and in book form 'Enduring CSS'.

Might be good to have a 'Further reading' section to reference other works talking about the same problems and similar solutions? E.g. links to SMACSS, BEM and any other methodologies you have been influenced by. Just a thought. :)

jareware commented 7 years ago

Taking a look at Enduring CSS it indeed seems like we've settled on very similar fundamentals. Maybe it means there's some underlying truths here which everyone lands on after spending enough time with CSS. :) Some great stuff in http://ecss.io/chapter8.html too, though also minor details we disagree on (such as on selector nesting, and on mixins).

When I have the time to do a "2nd edition" I'll definitely consider putting in a Further Reading section for things like this!

benfrain commented 7 years ago

👍