I'm using child theme, with directory structure: ``` child theme directory └───assets ├───css └───scss │ main.scss ``` WP-SCSS settings:  After making changes to main.scss, it doesn't compile or update main.css What is the problem here?