Friday, February 6, 2015

GSS: Variable inside CSS 3 calc procudes compile error

Hello,

I'm using GWT 2.7 with the experimental GSS support turned on and most of the GSS features are working fine as expected. One thing which is not working for me is the CSS3 calc() together with variables. This gss source code part of my UiBinder file leads to a compile error with a GssParserException:

<ui:style gss="true">
@def AAA 140px;

.content{
   height: calc(100% - AAA);
}
</ui:style>

Am I wrong with something?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment