bah, old habits die hard. Just like I still type www in front of  
domains.. haha

Yeah, it won't solve the SASS issue though, the perens are the problem  
here.

On Sep 25, 2008, at 9:28 AM, Bradley Grzesiak wrote:

> fyi: according to the CSS spec, you can (should?) specify the url  
> without single or double quotes.
>
> For example, this should work... and is possibly even the preferred  
> way:
> url(../images/blah.png)
>
> Of course, I have no idea if this fixes the SASS issue... probably  
> not.
>
> :brad
>
> On Thu, Sep 25, 2008 at 11:24 AM, Lorin Tackett <[EMAIL PROTECTED] 
> > wrote:
>
> I also can't quick fix it by doing something like
>
> :background
>  :image= !url
>
> and then calling the mixin like:
>
> +image-replacement(24px,50px,url('../images.blah.png'))
>
> On Sep 25, 9:11 am, Lorin Takett <[EMAIL PROTECTED]> wrote:
> > I'm doing a mixin like:
> >
> > =image-replacement(!height, !width, !url)
> >    :display block
> >    :height= !height
> >    :width= !width
> >    :background
> >      :image= url('!url')
> >      :repeat no-repeat
> >
> > .. so as to simplify image replacement, but SASS thinks !url is
> > invalid arithmetic due to the perens.
>
>
>
>
> -- 
> Bradley Grzesiak
> [EMAIL PROTECTED]
> http://toleoandbeyond.blogspot.com
>
> * You have received an email from my personal account. Please do not  
> divulge this address to any website (eg: evite, shutterfly, etc). I  
> have another address for such uses; please ask me for it.
>
> >


--~--~---------~--~----~------------~-------~--~----~
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