Okay,
So, I’m working on a theme and I want to implement some custom blocks in it. But since the theme uses a page builder too I have a general css file that is loaded by default in the frontend.
The problem with this, or at least what I don’t understand is this: In WP Gutenberg requirements, at plugin requirements it says this: Blocks must define basic block styles that any theme can use when displaying the block on the front end.
Since the plugin in which I’m creating the blocks is an accompanying plugin, and is not supposed to be kept active after theme is deactivated, is it really necessary to keep the style for blocks since I’m using a general stylesheet and I don’t want to reuse the same css in the plugin too… and have conflicts?
Thank you!