Can't publish update to style
Hi, here is the error
Style code has an error - parse error on value "*" (STAR) on line 7 around "dth-ratio)*(100vw - 1".
What shall I do ?
Thanks
Style code has an error - parse error on value "*" (STAR) on line 7 around "dth-ratio)*(100vw - 1".
What shall I do ?
Thanks
Comments
Looks like a calc might be to blame. If so, it might not be quite as obvious. Pretty sure I've seen the USO parser reject perfectly valid syntax before. Extra parentheses did the trick IIRC.
*
. The parser is very particular about calc syntax, often without any rhyme or reason. Could be it doesn't like the variable either. Play around with the syntax and see what it'll accept.Otherwise, like I said, post the code somewhere so it can be inspected, or the best you'll get is educated guesses.