Is it possibe to reduce the number of css style names in Vaadin? -
e.g., in example below, possible rid of class names except own, w-grid
? or @ least reduce number?
<div class="v-csslayout v-layout v-widget w-grid v-csslayout-w-grid root_z_template v-csslayout-root_z_template v-has-width v-has-height" style="position: absolute; width: 100%; height: 100%;" id="root_z_template">
Comments
Post a Comment