Re: [Rails] Rails 3.1(beta1) + SASS + variables

2011-05-07 Thread Tomas Celizna
Yes, thank you! T -- 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 rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For mo

Re: [Rails] Rails 3.1(beta1) + SASS + variables

2011-05-06 Thread Paulo Muggler Moreira
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 wrote: > Hello all, > > in Rails 3.1, is it possible to define global SASS variables (and mixins)

[Rails] Rails 3.1(beta1) + SASS + variables

2011-05-06 Thread Tomas Celizna
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