Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created May 14, 2015 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonlemay/e99ef37dcc7f3792cf53 to your computer and use it in GitHub Desktop.
Save jasonlemay/e99ef37dcc7f3792cf53 to your computer and use it in GitHub Desktop.
Getting started with CSS (GSS) in GWT
// src/main/resources/com/company/project/client/resources/css/pages/contact.gss
@def BACKGROUND resourceUrl("background");
.contact {
background: BACKGROUND no-repeat center center;
padding: 4em;
}
.contact_form {
width: 100%;
border: 1px solid #00f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment