Its just a simple little extension that reloads your css files in the background so that you can view changes without having to reload the page each time
How does it know a file has changed? It constantly reloads it?
For a less magical tool, there's https://www.npmjs.com/package/instant-server, which acts a simple HTTP server, but reloads your CSS whenever it changes without refreshing (it also refreshes on JS or HTML changes, but nevermind).
6 comments
[ 3.7 ms ] story [ 24.3 ms ] threadGithub: https://github.com/whatever555/refreshing/
For a less magical tool, there's https://www.npmjs.com/package/instant-server, which acts a simple HTTP server, but reloads your CSS whenever it changes without refreshing (it also refreshes on JS or HTML changes, but nevermind).