Version: 1.5.2
I noticed that the ID I set on an icon element:
is now printed as a class:
I tried to change it and resave, no luck.
All the styles applied to the element disappeared as well, since the css is still applying to the ID and not the class:
/* BREAKPOINT: Desktop (BASE) */
#closeFilter {color: var(--bricks-color-5463b3); fill: var(--bricks-color-5463b3); padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; background-color: var(--bricks-color-e2b01e); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; font-size: 10px}
Cheers,
Maxime