Skip Navigation

Converting CSS to GSS for GWT 2.8.0 and later

In GWT 2.8.0, CSS (Cascading Style Sheets) are deprecated and replaced with GSS (Grid Style Sheets). If you want to use GWT 2.8.0 or later, you must:
  • Change the resource file extension from .css to .gss
  • Use GSS syntax instead of CSS syntax
  • Update the java class to reference .gss instead of .css resources
For more information and migration instructions, see the GWT Project - GSS Migration Guide.