blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

Add custom third-side css #24

Closed HDDen closed 3 years ago

HDDen commented 3 years ago

Hello! What about adding option to inject third-side css? For example, I used this extension to write and test additional styles for site. I need to edit my own css; so, I inject localhosted .css, then monitoring it by your extension. Css is editable in IDE. When I save, it automatically updates on page. It's be cool to do both part of operation in one extension

blaise-io commented 3 years ago

Sorry, this is out of scope for this extension. Perhaps there are other extensions that allow you to do this, in which case Live Reload should pick up any injected files.