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 [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.