Details
Description
This issue occurs when a imported .scss file is changed, but the main .scss file remains the same.
The cssbuilder appears to be checking the main .scss file for changes, but not any files imported by the main .scss file.
The result is the compiled .css output will not contain any changes from any imported .scss files, if the main .scss file has not changed.