Hi Pinegrow team,
I noticed a regression introduced in the latest update. Here’s my setup:
- One stylesheet linked to the page: style.css
- style.css imports a second file via @import: tokens.css
Bug — @import files no longer live-reload in Page View
Before this update, changes made to any CSS file (including those loaded via @import) were reflected instantly in the Page View. Since the update, changes made to tokens.css are no longer picked up automatically — a manual refresh is required to see them.
Note that live reload still works correctly for style.css itself, so the issue seems specifically related to @import-ed files.
Please let me know if you need any additional details or a reproduction file.
Thanks!