CSS

Hi, programmers.
I looked a lot of sites about how to use css in vaadin but nothing helped me. Sometimes it changed style what i wrote in scss code but sometimes not and i can’t understand how it works.
Please help me if you have nice tutorial or example about it.
Thanks in advance.

Hello JavaVaadin Vaadinjava,

Since you mentioned SCSS, I assume you’re using Vaadin 8? If so, your SCSS files will be compiled to CSS. Try deleting styles.css (not styles.scss), and restart your app.

\u0000> Joacim P\u00E4iv\u00E4rinne:\n> Hello JavaVaadin Vaadinjava,\n> \n> Since you mentioned SCSS, I assume you’re using Vaadin 8? If so, your SCSS files will be compiled to CSS. Try deleting styles.css (not styles.scss), and restart your app.\n\nThank you so much it helped \uD83D\uDC4D\nbut you need to click ctrl+f5 if it will not work for the first time.\nThank you.