ziishaned / livereload-vscode

LiveReload plugin for VS Code
MIT License
33 stars 7 forks source link

Treat SCSS files changes as live CSS changes #15

Open stilliard opened 5 years ago

stilliard commented 5 years ago

Hey, great extension, been using it a lot lately!

This PR allows people to save scss files and just have the stylesheets reload rather than triggering a full page reload the same way css file updates happen.
Only works if you've added scss to the list of files to trigger too (livereload.exts) so it should be safe. What do you think?

Tested locally & works well.

StephanHoyer commented 2 years ago

Thanks for PR. I patched it for me, works great!