Posts getagged mit "bugs"

von c.kuetbach am September 5, 2014

Not working?

@sprite
.my-image {
    gwt-image: 'imageSource';
}

use

@sprite .my-image {
    gwt-image: 'imageSource';
}

instead. There is a bug in the CSS compiler. There needs to be a whitespace after an annotation. Just typing a ' ' after @sprite is also OK.