[ad_1]
Currently using:
* **Admin CSS MU** for Backend (In-Editor) CSS.
* **WP Headers & Footers** for Frontend CSS.
Current workflow requires changing two instances of CSS in order for Gutenberg Blocks to appear the same in the backend as they do in the frontend.
**Is there a more unified/efficient workflow?**
I would like to overwrite plugin css once and have the styles display uniformly for both frontend users and backend editors.
[ad_2]
wp code box?
I would use vite for scss compile, and just enqueue the outputted minified file to both admin and frontend. If you really work with CSS, start using SCSS/SASS to make your code cleaner and easier to manage. BEM is easy to learn.