I've updated a couple of things in the CSS and I've reached 1849 lines, normally what I do is a ctrl+a from VS Code and copy and paste it into the Flarum CSS from the admin panel, but this time I got an error and I checked it with the debugger, it was a ParseError: missing closing}``.
It didn't make much sense so when I checked it I realised that the problem is that when saving the CSS the last lines are cut hence the missing } among other things.
Is this something done on purpose? or should I open a issue in the flarum/core?