You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a similar issue. I can't seem to get the sass to recompile unless I exit from eleventy --serve and run the command again. I feel like there's got to be a simple config line I'm missing somewhere.
Everything works correctly except when saving .scss files the browser does a full page refresh instead of live reloading just the css change.
Using:
When I use just plain
"sass": "^1.58.3"
with a--watch
flag as a task alongsidenpx @11ty/eleventy --serve
the updated styles live reload as expected.Wonder if there's some config I'm missing.
The text was updated successfully, but these errors were encountered: