Overwriting scss file

0
Hello,   I am using Mendix studio pro 10.9.0 and I'd like to customize the barcode-scanner widget. I have found its .scss file which says at the header: To customize any core styling, copy the part you want to customize to styles/web/sass/app/ so the core styling is overwritten.   So i would like to do so, but this path is not existing. What is close to it:    Also I was checking mendix docs: https://docs.mendix.com/howto/front-end/customize-styling-new/#file-and-folder but it says   what i assume out of dated.   So my questions are... - What is the exact path for overwritten .scss files? - Is it okay, if i make a copy of that .scss file and simply modify the necessary values so Mendix will notice it?   Thank you for help  
asked
1 answers
0

I suggest you dig into the Intermediate path through this module:

https://academy.mendix.com/link/paths/135/Implement-a-Design-System and also this one

https://academy.mendix.com/link/modules/482/lectures/3874/-5.4.1-Changing-Header-Styles

It explains how to set partials and use them in your project

If you only modify .scss files Mendix will show the changes but you risk losing the changes if a component or Studio receive an update.

answered