Removes children when flattening a group or bool shape

This commit is contained in:
alonso.torres 2021-09-20 16:30:26 +02:00
parent 74f3d551f2
commit 778a542e1c
4 changed files with 129 additions and 17 deletions

View file

@ -13,7 +13,7 @@
.align-group {
padding: 0 $x-small;
display: flex;
justify-content: start;
justify-content: flex-start;
width: 50%;
&:not(:last-child) {