Hi. I read in the help files that an effort is made to not duplicate code (in css output), but I’m wondering:
- a) if there are any tips for how to ensure minimal code generation/duplication
- b) what happens if i add later a new design and then generate code for it - does it then refer back to previously generated css?
i see a lot of duplication, like a duplicate CSS class for an identical element - which is why i ask.
here’s an example, where “.greeting-4” is identical to “.greeting-1”, other than some positioning.
thx