Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Is Vaadin using SASS 3.x ?
Im wondering if Vaadin is using SASS 3.x, since Version 3 fixes a bug which prevents filter functions.
filter: grayscale(100%);
Since this doesnt work in my scss file my asssumption is that Vaadin 7 is still using the older version.
Is that correct ? If so - when can I expect an update for this issue?
Hi,
according to https://github.com/vaadin/sass-compiler, 1.0 (which is the current version) should be compatible with sass-lang compiler 3.2.12 and 1.1 should be compatible with 3.3.0. If you've got a sample project where a feature isn't working, I suggest you file a bug report at the above mentioned repository; go to Issues to do so.
-Olli
No, the current version is 0.9.13, only the roadmap talks about a planned version 1.0
Oh, my bad, then it's still only in the works, I'm afraid.