Use the watch mode in Sass to automatically update your CSS file whenever you save changes to your .scss file.
.scss
Run this command in your terminal:
sass --watch style.scss:style.css