Live reloading css does not work with cached disabled

Hello!

I am trying basics of editing hugo papermod template and I have tried all possible and impossible ways to livereload css changes. hugo server --disableFastRender -l --noHTTPCache, adding nocache parameters into configration file, disabling caching in browser, but I still cannot live reload the css. Is there any official way to do it?

Which version of Hugo?

hugo v0.123.0-DEV-963cecc12c9eae8112cebfa941f5c1bc25ab22a4 windows/amd64 BuildDate=2024-02-01T16:12:52Z

See https://github.com/gohugoio/hugo/issues/12017 logged earlier today.

Thank you, will wait for an update.