Fun architecture problem :) ... I have a number of SaSS files that import each other, so that lower- level/base CSS that applies to my entire website will be loaded once and cached, and then each page or section will have their own CSS files. Because of this setup, the SaSS files use the old-style @imports that keep the files separate.
My problem is that I have defined default values in the base classes, but I want the higher level CSS files to somehow still be aware of some of the variables or properties in the lower level files. I do have a "global" SaSS file that serves only to hold variables and does not generate CSS, so that EVERY SaSS file on any layer can access these, but this does not solve the problem. I need to be able to use global mixins on high level SaSS files that are smart enough to know what some variable in a lower (but not base level) SaSS file is set to. Thanks! -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to haml@googlegroups.com. To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/haml?hl=en.