Re: Porting Sass/Less to GssResource

2017-02-12 Thread David
That will work for this particular example, but I was asking for a bit more power in the GSS Closure Stylesheets. GSS seems like too little too late. Closure stylesheets seems like abandon ware and only really useful in pure Google projects since the rest of the industry already standardized on Sas

Re: Porting Sass/Less to GssResource

2017-02-08 Thread Jens
I usually just use: .clear:after { content:''; height:0; display:block; visibility: hidden; clear:both; } and apply it on the element whose children have float. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from th

Porting Sass/Less to GssResource

2017-02-08 Thread DavidN
It is nice that GWT supports GssResources, but I am a bit underwhelmed by the functionality that it provides compared to sass and less. But maybe it is because the documentation is very limited. I'm trying to port a mixin like this clearfix mixin: .clearfix() { *zoom: 1; &:before, &:after