When inserting a smart snippet into the email, it would be great if we could insert a css file within a style block - not just a HTML file / fragment. This would make it easier to inject styles into a written email "after the fact".
Once a style sheet is loaded the code should be injected into a new
<style> .. </style>
block. This is the same way as the %style()% command works when it is called from within a html template.
When inserting a smart snippet into the email, it would be great if we could insert a css file within a style block - not just a HTML file / fragment. This would make it easier to inject styles into a written email "after the fact".
Once a style sheet is loaded the code should be injected into a new
<style> .. </style>block. This is the same way as the
%style()%command works when it is called from within a html template.