Skip to content
Snippets Groups Projects
Commit 6f8b9c0b authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3664: adding stylings for layout builder

parent c01ff475
No related branches found
No related tags found
No related merge requests found
.layout {
.uw-contained-width {
@include uw-contained-width;
}
}
<div class="layout layout--{{ type }}">
<div {{ region_attributes.content.addClass('layout__region', 'layout__region--content', width) }}>
{% block content %}
Layout Region One Column Layout
{% endblock %}
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment