{% if app.session.get("customerAccountDomain") %}
{% set customerAccountDomain = app.session.get("customerAccountDomain") %}
{% if customerAccountDomain.getCustomCss() %}
<link rel="stylesheet" href="{{ asset('css/skins/'~ customerAccountDomain.getCustomCss()) ~ '.css' }}">
{% endif %}
{% endif %}