Greetings,
Is it possible to use CSS Rem unit in GWT 2.0 layout system?
I have a legacy GWT project that uses GWT 2.0 layout system. The project has been upgraded to gwt-2.11.0 successfully. However, I notice the current Enum Style.Unit in the com.google.gwt.dom.client package does not include REM unit for CSS Viewport. I have trouble extend the project to mobile device or small screen.
Thanks.