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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to