Comments on circlejourney All Comments Start of Thread Parent

I know it used to crash in the past, and I believe I fixed those issues - but have you experienced any crashing while using it for CSS?

Yes, just yesterday I had this crash occur 4 times while playing around with the code. I utilize the Google inspect element tools to make temporary changes, the plot them down on circle journey. Before a crash happens the entire website becomes unresponsive (the cursor icon as well) then after a few seconds I get the "oh snap" message telling me I can't connect to the site. Maybe I was too quick with making the changes in css?

Oh yes, I have run into some trouble like that too, because the editor is running all code through an SCSS compiler that turns things like $ variables and nested styles into CSS that the browser can read o the fly. Rapid edits can cause it to crash. I might reconsider how it is doing that, and especially how frequently it updates. Meanwhile, working on CSS with auto update turned off should help.