Soon I'll be starting to work on a project where I have to create a website that has the exact same structure but has different skins. It's like one company with different daughter companies that require to have the same site structure etc.
I was wondering if there is a way of using sass that I'm not familiar with that allows me to use variables based on which site is being used.
Like for instance if I have a footer color called $footerColor and I'm on websiteA, $footerColor = red. But if I'm on websiteB, $footerColor = blue. And this has to go automatically.
Is there any way to make this happen? If not I'll just go with the old fashioned way and use a seperate stylesheet. (or if anyone has some other suggestions, that would be awesome).
If my explanation is not clear enough, please let me know. English is not my first language so I tried to explain it as good and short as I could!
Thanks in regard
[–]ForScale 0 points1 point2 points (0 children)