This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I don't know if this is due to me forgetting something obvious or to it being a bug. In SASS, when I try to define something such as: a { text-decoration:none; background: transparent url('file.gif'); } a[href$=".pdf"] { background: transparent url('pdf.gif'); } This will compile correctly but I get squigglies on the a[href.....] line. If I add a second [href] selector it will be all squigglied. Thanks for this amazing extension!!! |
|
|
Thanks for reporting this. The [=".pdf"" issue will be fixed in the next update. I'm not sure what you mean by adding a second [href] selector -- could you post an example? Thanks! |
|
|
Note: This is now irrelevant as today's (27-7-2011) update has solved this. What I meant was if I have something similar to: a {text-decoration:none;} a[href$=".pdf"] { |
|
|
Whoops, broke the forum layout, sorry! |
|