Sass can do everything that CSS can do! All of these will work:

.foo > .bar
  color: red

.foo
  > .bar
    color: red

.foo >
  .bar
    color: red

chris

On Mon, May 3, 2010 at 8:36 PM, chris <[email protected]> wrote:

> What is the sass equivalent to the immediate child selector? ex. table
> > th
>
> I can't find anything in the docs regarding this.
>
> --
> 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] <haml%[email protected]>.
> 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 [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.

Reply via email to