Id names must be identifiers according to the CSS spec, which means they
can't begin with numbers.

On Thu, Nov 4, 2010 at 12:39 AM, kvk <kapil.kale...@gmail.com> wrote:

> All,
>
> I've got a piece of code that isn't working-
>
> In my HAML I've got this, generating a line with id "1"
>
> %hr#1
>
> in my style.scss file, I've got this reference:
>
>
> hr#1 {
>                width: 100%;
>                size: 10px;
>                align: left;
>                style: noshade;
> }
>
> For some reason, they're not linking up. Any idea why?
>
> Thanks!
> kvk
>
> --
> 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