Sorry for delay, I’ll link in-dev, buggy, CSS below – this is the saved content from snippet that was breaking. It was working fine before 5.2.1 with my workflow:
Tweak in DevTools, copy changes shown thru StyleURL plugin, also advice on GeneratePress forums, paste into snippet.
After 5.2.1 weird problems started.
Like what DivaVocals said, it seemed half of the CSS didn’t work.
So I eventually removed the snippet, pasted it into Customizer and it worked as intended (which meant it was actually broken, as I’d duplicated classes, given they weren’t previously working).
I’m now working from a child theme style.css with no css snippets.
I’ve still got PHP, JS snippets, and haven’t experienced any issues with them.
https://www.codepile.net/pile/xONqGm3M
And again, as an aside, I’m continually reminded of this missing functionality:
– Create a snippet already formatted as CSS, PHP, etc, instead of having to copy the original templates. Could still show the greyed text, i.e.
<?php add_action( ‘wp_head’, function () { ?><style> is greyed at top, and not editable.
– Add radio buttons next to: Only run on site front end, Only run once – Run in Header, Run in Footer, at a minimum (at a maximum see: https://docs.generatepress.com/article/hooks-visual-guide/)