You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't know if it's already planned or not but should be a good idea to concatenate all scss file in multiple fluid template, in order to have only one css file in FE, for better performance.
And even better : concatenate with global css file.
Hi,
Don't know if it's already planned or not but should be a good idea to concatenate all scss file in multiple fluid template, in order to have only one css file in FE, for better performance.
And even better : concatenate with global css file.
Assume you have two fluid file with scss :
<wsscss:asset.scss href="EXT:site_default/Resources/Public/Scss/my_first.scss" identifier="my_first_id"/>
<wsscss:asset.scss href="EXT:site_default/Resources/Public/Scss/my_second.scss" identifier="my_second_id"/>
or even better - don't know if it's possible - concatenate in global scss :
Could also be interesting for better performance to add CSS at the bottom of the HTML.
The text was updated successfully, but these errors were encountered: