Hi,
I'm currently trying to streamline the CSS within our site.
I have noticed that teamsite / livesite adds in CSS for components from the preview version into the source code of the flat site.
There are two main problems with this as I see it with this:
1. It is putting CSS into the source code that doesn't serve any purpose when it is not in preview (code bloat)
2. It is putting CSS in the <head></head> and not in an external sheet (increasing load time).
So my question is:
1. Is there anyway to remove CSS which has been specifically generated for components in preview and serves no purpose in the source code of the site.
2. If we can't do this - is there anyway to move the CSS that is in the head tag to an external style sheet?
Thanks