Chris Bracco
Chris Bracco
Can also replicate this issue the same way as @grahamharper. I’m on macOS 14.1.1, using Node 18.
When I switched to just referencing the CSS file directly instead of using the bundle plugin, live reload works: ``` ```
I'm experiencing this error too, when trying to implement a custom template. A fix would be great!
@PhilJ can you merge @vocino's fix in?
Seems like the author is MIA ... anyone interested in forking this off and maintaining it as a new plugin or something? I don't feel confident enough in my knowledge...
@kensnyder I noticed this log message is gone from the code, but it still exists in the minified file `image-resize.min.js`. Any chance you could remove from this file too and...
We found [this logo icon/image](https://blueskyweb.xyz/images/logo-64x64.jpg) a few months back, and re-created the birds in this icon/image as an SVG and are using that for now.
There is the `all: initial;` approach, but its not that widely supported yet: https://developer.mozilla.org/en-US/docs/Web/CSS/all
> @cbracco > But aren't the initial values browser dependent? I have no idea, that's why I ask. @Gruximillian No actually what `all: initial;` does is resets any default browser...