Is it possible to refresh only CSS?

Hi,
I know that Developer Tools have a CSS editor where you can modify CSS on the fly. But if we do that externally, is there the possibility to refresh only the CSS without reloading the page?
I’ve found this extension but maybe it’s also integrated in the developer tools? https://addons.mozilla.org/en-US/firefox/addon/css-reloader/reviews/

Thx

That’s not integrated, no. You could use that extension or if you’re developing with node.js and something like Webpack or Browserify, there are plugins and ways to use a livereload server that will trigger asset reloads if you modify the source code.

2 Likes