Why is: Add element ID as needed an option?

Is this to keep the code as clean as possible? Or is there another use?
I’m curious.

Regards René

1 Like

Hi, yep, it’s exactly that :slight_smile: To keep a code clean.

Basically, it will remove the ID, if there are no styles applied to it. Most of the time, it’s fine to turn this on.

Best regards,
Matej

Maybe this should be enabled by default in a future version if it’s normally safe to enable.