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, Nice product BTW. I've been trying to use the following mixin: .opacity (@opacity: 0.5) when (isnumber(@opacity)), (@opacity >= 0), (@opacity =< 1) { zoom: 1; opacity: @opacity; filter: e(%("alpha(opacity=%d)", @opacity*100)); } The syntax highlihter doesn't like the '=<' operator in the last guard clause which I think is valid: it gives a syntax error and all code below it is not highlighted correctly. It appears to compile OK. If I change the operator to '<=' then the highlighter is happy but the compiler fails with a syntax error at column 80 (the operator). Chris |
|
|
Thanks for alerting us to this. It will be fixed in the next nightly build. |
|