Are you just synchronizing the project? Changing the SCSS file will not automatically update the changes to the main css.
You have to use a Sass compiler to do compile it to CSS. Check out documentation https://docs.mendix.com/howto/front-end/style-with-gulp-and-sass
You can use Mendix Calypso – which is pretty easy to configure. https://docs.mendix.com/howto/front-end/calypso
Hi Tobias,
The css shown in you message is not valid, as css class selector should start with a period.
.line_break{
word-wrap: break-word;
overflow-wrap: break-word;
width: 100%;
}
Play around with chrome dev tools before you move things in your CSS files. (Also remote devices will work with USB)
Cheers, Andries