The WordPress block editor and site editing have come a very long way from when I first built this theme that it's now actually a viable option.
Also, I did a weird styling implementation that can kind of "leak" styles when in the block editor and make things display less than ideal. I think if I move a lot of the theme's CSS to proper block styles and theme.json then they'd always be scoped properly and the post content would display more accurately in the block editor.
Issue #58 will likely be needed to move some blocks or content to proper block editor implementations.
The WordPress block editor and site editing have come a very long way from when I first built this theme that it's now actually a viable option.
Also, I did a weird styling implementation that can kind of "leak" styles when in the block editor and make things display less than ideal. I think if I move a lot of the theme's CSS to proper block styles and
theme.jsonthen they'd always be scoped properly and the post content would display more accurately in the block editor.Issue #58 will likely be needed to move some blocks or content to proper block editor implementations.