Hacker News new | past | comments | ask | show | jobs | submit login

> I just have such a hard time working with a model where changes aggregate around so much, so changes intended for one place end up messing something up elsewhere.

You're better off with functional/atomic css then, because the styles aren't cascading like css is typically used, which, while powerful, doesn't scale. As such, the classes defined in an atomic css framework are consistent and reusable everywhere. See for example, http://tachyons.io/

It maps much better to the programmer mindset, where we're typically generating dynamic content, and so generating the sets of style classes needed entails just using our usual code reuse techniques.




Thank you for the tip - this does indeed seem to map much more to the way I tend to think.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: