If you put your variables and mixins in a normal Sass file, you can import that file from any Sass file and they'll be available. If you prefix that file with an underscore, then it won't generate a CSS file of its own, but will still be available for importing (without the underscore).
On Wed, Jul 15, 2009 at 8:38 AM, José Mota <[email protected]> wrote: > > Hello guys! First of all a big up to Hampton and Nathan for such a > wonder of modern web, great stuff in here! > > I'm designing a Rails app in which I intend to use more than one > stylesheet because I just don't need all of the rules on every > pageview. > > Since Sass' idea is a DRY one, I wonder how am I able to access my > mixins and variables from a single .sass file (idk?) and then every > separate .sass file could use the stuff? things like roundedcorners > and such… perhaps some file loaded from the app boot? > > Thanks for the help! > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
