I am in charge of maintaining a large number of sites running on the same code base but with subtle color/ui differences. This is similar to how Stack Overflow has many different Q&A sites with the same code base but different layouts/colors. I remember reading an Article written by one of the Stack Overflow founders where he praised a CSS framework that made managing multiple sites with similar layouts a lot easier for him. I've always wanted to investigate that framework, but forgot to bookmark the article. Does this ring a bell to anyone?
feedback
|
migrated from stackoverflow.com Jul 20 '11 at 11:49
This question came from our site for professional and enthusiast programmers.
|
I can't speak for "core", but on chat we use less. This lets us have a few files which just define colors/images etc - the main template uses the variables. For the scenario you ask about, I think it makes perfect sense. | |||||||||
feedback
|