The project i am working on is heavily using components. Also Tailwind is enabled and used. Maybe this may have an impact here. Another thing: both problems seems to be happen inside of the “Inner Blocks” Cwicly Block.
After regenerating “Blocks CSS” and “Global Classes CSS” two components/elements breaks all the time. First is a List with Icons (Breaks when regenerating “Global Classes CSS”). Second is a Button with an Icon (breaks when regenerating “Blocks CSS”).
The Icon List is a self constructed ul/li component used only once in the project so far.
The Button Component is used a lot but breaks only in one place, where it is not componentized (detached from the original Component).
When opening the page and saving it, everything is fine again.
Step-by-step reproduction instructions:
Regenerate “Blocks CSS” and “Global Classes CSS”.
Go to the frontpage and take a look to the two places these problems occur
Edit the page and save (without changing anything)
Go back to front page and see if styling is okay now