This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am just starting with a better CSS management, and I want to convert all my CSS to a true framework which will be then implemented using SASS or LESS. What I want, is to be able to declare my styles somewhere (.button , .textbox) etc. Then, I want to be able to have different sets of variables, that produce different themes, like so: ChristmassTheme.sass(or .less)
Then have a different file like so: NormalTheme.sass
|
|
|
Thank you for your feedback. Improving the compilation of scripts by managing dependencies (and thus having multiple themes supported) is on the todo list. It's a sizable bit of work however and will unfortunately not be added until sometime in the new year. Thanks for the request, John-Daniel |
|
|
Hi there, has this been implemented yet? Cheers! |
|
|
Have you looked at using @import (see: http://sass-lang.com/guide) to manage this?
|
|