Hi!
The documentation seems to indicate that the source files for CSS are in /static_src, and they get compiled into /static_compiled. But what is the /static directory? I see that the colors are hard-coded in /static/css/app.css in :root.... Setting the $theme value in /static_src/scss/app.scss has no effect.
So, do I need to edit the app.css in static, or the app.scss in /static_src?
Hi!
The documentation seems to indicate that the source files for CSS are in /static_src, and they get compiled into /static_compiled. But what is the /static directory? I see that the colors are hard-coded in /static/css/app.css in :root.... Setting the $theme value in /static_src/scss/app.scss has no effect.
So, do I need to edit the app.css in static, or the app.scss in /static_src?