Using variables in CSS via GWT

<ui:style>
@def corporateTextColor #426;
@eval corporateBackgroundColor my.company.Resource.INSTANCE.constant().red();

.aCSSclass {
color: corporateTextColor;
background: corporateBackgroundColor;
/* certain CSS property definitions */
}
.anotherCSSclass {
color: corporateTextColor;
background: corporateBackgroundColor;
/* certain CSS property definitions */
}
</ui:style>


Comments

Popular posts from this blog

Tuning ext4 for performance with emphasis on SSD usage

NetBeans 6.1: Working with Google´s Android SDK, Groovy and Grails