Thursday, January 31, 2013

Re: SASS Compiler

Very sorry for the late reply. Missed the ongoing discussion.

This is pretty awesome - scss is a superset of css3, so including this linker means that GWT CSS can now fully use CSS3?

Well, you can use in the scss file, whatever the Vaadin SassCompiler supports. 
As the resulting CSS needs to be added to the host file, I don't see that there is any restriction on what you can use of CSS3 - except the restriction coming from the browser itself.
 
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?

Yes, the linker runs during compile time, or when the page is refreshed when using dev mode 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment