File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
packages/components/bolt-grid/src Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 15
15
{% set attributes = create_attribute(attributes | default ({})) %}
16
16
17
17
<bolt -grid-item
18
- {{ attributes }}
19
18
{% if row_start %}row-start =" {{ row_start }}" {% endif %}
20
19
{% if row_end %}row-end =" {{ row_end }}" {% endif %}
21
20
{% if row_span %}row-span =" {{ row_span }}" {% endif %}
26
25
27
26
{% if align %}align =" {{ align }}" {% endif %}
28
27
{% if valign %}valign =" {{ valign }}" {% endif %}
28
+ {{ attributes }}
29
29
>
30
- {% if content %}
31
- {{ content }}
32
- {% endif %}
30
+ {{ content }}
33
31
</bolt -grid-item >
Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
@include bolt-support-grid-gap {
27
- grid-gap : bolt-spacing (#{$name } );
27
+ grid-column- gap : bolt-spacing (#{$name } );
28
28
margin-left : 0 ;
29
29
30
30
> bolt-grid-item {
You can’t perform that action at this time.
0 commit comments