Vaadin Maven Plugin and configuring theme compilation (SASS)

Hi,

I followed the steps found in the Book of Vaadin chapter “7.3.3. Compiling Sass Themes” and got my Maven build compiling the theme with no hassle. Neat!

I’ve previously used somewhere else the official (?) ruby sass compiler, and my question is: Does Vaadin’s sass compiler support different compile/output styles (compact, compressed, expanded, etc)? And if so, how would I go about configuring my Maven build to set that option?

Thanks in advance! :slight_smile:

The compiler only has a urlMode=[absolute|mixed|relative]
option currently.

There’s at least
#10812
about a “compact” style - see the ticket for a CSS compressor workaround with Maven setup.