You have to make a custom function. See
http://sass-lang.com/docs/yardoc/file.FAQ.html#q-ruby-code for details.

On Thu, Jun 3, 2010 at 1:56 AM, Eumir <imacaterpil...@gmail.com> wrote:

> is there a way to access ruby variables in sass or do i have to make a
> custom function for it?
>
> what im trying to do is to generate a stylesheet for each user so in
> the controller, i do something like:
>
> def show
>  respond_to do |format|
>    format.css{render :partial => "styles"}
>  end
> end
>
> then in the view name _styles.haml i do this:
>
> :sass
>  #header
>    :background url(user.banner.url)
>
> is this possible at all?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to h...@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com <haml%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@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.

Reply via email to