How to compile the .scss change in themes?

I’ve working on customizing a theme using the indigo theme as the base. The static images like logo, icon, and the html element can be changed and taking effect immediately (using the tutor dev run watchthemes.

The problem is, the _extra.scss in the lms/static/sass/partials/lms/theme didnt taking any effect?

how do I compile it? can anyone help me on this one?

tldr: static files are changed by watchthemes but the scss are not

Hi @dianamoonlight

Can you try running this command to compile scss?

openedx-assets build --env=dev

thank you for the help, Zia.

But I’ve solved my problems by using the css overwrite approach