Using Local Version 9.2.2+6771 on Mac, and thought I’d try out Instant Reload, which does work when adding styling, but if I remove styling the browser doesn’t remove.
Hi @jjohns
We would be happy to assist with your Local troubleshooting! Could you provide some more details to help us take a further look?
-
What is your OS?
-
What version of Local are you on?
-
What Browser are you using?
-
Steps to replicate what you are seeing?
-
Please attach a copy of your Local Logs
Keep us posted and we’d be happy to help further!
macOS15.3.2 (24D81)
Local Version 9.2.2+677
Chrome 134.0.6998.89 (Official Build) (arm64)
Add a line of styling in .css file, save, and new styling appears in browser.
Remove a line of styling in .css file, save, and that styling is never removed.
I can continue like this adding new styling, but anything deleted always remains like ghosts until I manually refresh Chrome.
local-logs.zip (1.3 MB)
We have a few troubleshooting steps from our Instant Reload help doc. Would any of these be applicable in your situation?
- Ensure that you are editing a CSS file within either the
plugins
or thethemes
folder of the site. - Make sure the styles are specific enough. Using the browser’s developer tools, inspect the styles for the element you are working on and ensure the style that’s being written is specific enough.
- Disable any caching plugins on the Local site.
Even if you don’t use any caching plugins it’s possible you have a plugin or builder that’s storing cache/CSS like Elementor, Divi, etc. The Flywheel guide to clearing your theme/plugin cache
Solved – CSS file still had remnants of SASS setup, which may have been as simple as partial imports not being explicitly defined:
@import “variables”
vs
@import “_variables.css”
Thank you for following up @jjohns!
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.