Hey Bubblers!
Saw this Tweet from @nocodelife on Twitter and couldn’t resist reposting to share on the Bubble Forum
@Kayami has a solution!
Open the browser console while you’re on the bubble editor page.
Copy paste these two lines of javascript in your console and hit enter.let styles = appquery.styles();
styles.forEach((s) => appquery.delete_style(s.name(), s));