https://vaadin.com/blog/-/blogs/link-to-the-client-side-from-sass
Vaadin 7.0.0b11 released yesterday includes a GWT linker for the built in SASS compiler. This means that you can use SCSS in addition to CSS in your GWT projects - just as you would be using CSSResource. Take a look at howto blog post:https://vaadin.com/blog/-/blogs/link-to-the-client-side-from-sass
Huh, that sounds pretty cool. I didn't realize adding custom resources
to ClientBundle would be that easy. Thanks for the insight.
Well, that's already what I proposed a while back for plugging Closure Stylesheets and thus bring CSS3 support to GWT.
This is pretty awesome - scss is a superset of css3, so including this linker means that GWT CSS can now fully use CSS3?
It shouldn't affect runtime javascript size, or compile time (much) or anything like that, as it just unplugs the GWT CSS compiler, and plugs in the CSS3/SCSS compiler, correct?