how to use sass in java code?

hi,

is there a annotation like @CssImport, to import and use sass directly?

There’s no built-in feature for SASS support in Vaadin 10 or later, no.

Hi,

There is an experimental example how to do that in Vaadin 14 here:
https://github.com/jcgueriaud1/sass-in-vaadin14

But as Olli said: sass is not officially supported in Vaadin 10+.

thanks @Jean-Christophe Gueriaud and @Olli Tietäväinen