[Bug] CSS not updating when only CSS is changed
Opened this issue · 3 comments
Bug Description
Updating custom CSS without editing the actual page doesn't refresh the CSS. It's still stored correctly, but the page doesn't act like anything has changed so the old CSS stays there. Hard refresh, empty cache, everything to see if it was client side, but looks like it's server side.
Steps to Reproduce
- Build a page.
- Add some CSS
- Update the CSS (and just the CSS)
- Doesn't actually refresh on the page.
ARGH... so missed the title...
@traeblain to clarify, are you saying that changes to the CSS aren’t being reflected in the preview pane, or the published live page, or both? You should see changes in real time to the preview pane, but they won’t be live on your page until you publish it (which you can do via the buttons or in the yellow thingie at the top of the preview pane).
If you’re not seeing any changes at all in the preview pane, it could be a case of the CSS simply not having any visual effect based on upstream CSS declarations that are taking precedence... but it’s hard to guess without more details. Can you share any of the CSS that’s not working?