Got this:

 Invoking generator com.google.gwt.uibinder.rebind.UiBinderGenerator
[INFO]                   [ERROR] Unexpected text in element: "@external 
toolbar; @external header; @external content;": <ui:UiBinder> (:4)

on:

    @external toolbar;
    @external header;
    @external content;

    <ui:style>
    .toolbar {
        background: #4285f4 !important;
    }
    
    .header {
        font-size: 200%;
        margin-left: 50px;
        background: #4285f4 !important;
    }
    
    .content {
        padding: 15px;
    }
    </ui:style>


On Monday, December 14, 2015 at 11:13:31 AM UTC+2, Jens wrote:
>
> Correct GSS syntax is without the dot on the external declaration, e.g. 
>
> @external header;
> .header {
>  ...
> }
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to