Maybe you're looking for something along the lines of @import? http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#import
regards, Paulo Muggler On Fri, May 6, 2011 at 06:11, Tomas Celizna <[email protected]> wrote: > Hello all, > > in Rails 3.1, is it possible to define global SASS variables (and mixins) > that are shared across all *.css.scss files? > I am able to define SASS variables, yet they seemed to be scoped only > within each individual file … > > On a side note -- is there a way to pass variables from my Rails app to the > SASS + JS (or CoffeeScript) files? > > Thanks for your help. > > Best, > Tomas > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

