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
|
Hi all, There seems to be a bug with variables and the #{} interpolation syntax explained in the SASS Reference page. $name: foo; $attr: border; p.#{$name} { #{$attr}-color: blue } This example (included in the page linked above) compiles correctly but displays a red underline in the scss file (I've underlined where the red lines appear). Also the $name variable on the third line is not completely coloured (minor UI stuff but might help with resolution?). Currently using 1.0.205.18092.
|
|