CSS Reloader is a browser extension which allows developers to reload CSS without reloading the page itself.
It's currently available for Mozilla Firefox and Google Chrome.
You can reload all stylesheets via the keyboard shortcut F9, or via the context-menu's option "Reload CSS".
You are able to customize the keyboard shortcut under the extensions settings page.
https://chrome.google.com/extensions/detail/dnfpcpfijpdhabaoieccoclghgplmpbd
https://addons.mozilla.org/en-US/firefox/addon/css-reloader
CSS Reloader isn't reloading stylesheets references by @import (Been looking into this, and there's not easy solution.)
This extension is using a browser polyfil to emulate WebExtensions https://github.com/mozilla/webextension-polyfill
Feel free to report issues on GitHub! It's much needed!
- View Source on GitHub (http://github.com/auchenberg/css-reloader-chrome)
- Report Issues on GitHub (http://github.com/auchenberg/css-reloader-chrome/issues)
== Copyright
Copyright (c) 2017, Kenneth Auchenberg. See LICENSE for details.