4
0
forked from crowetic/commerce

fix nested css

This commit is contained in:
Franco Arza 2020-10-26 21:13:58 -03:00
parent 348e914a00
commit 78238c7061

View File

@ -4,9 +4,8 @@
@screen md { @screen md {
@apply flex-row; @apply flex-row;
} }
}
.asideWrapper { & .asideWrapper {
@apply pr-3 w-full relative; @apply pr-3 w-full relative;
@screen md { @screen md {
@ -14,10 +13,11 @@
} }
} }
.aside { & .aside {
@apply flex flex-row w-full justify-around mb-12; @apply flex flex-row w-full justify-around mb-12;
@screen md { @screen md {
@apply mb-0 block sticky top-32; @apply mb-0 block sticky top-32;
} }
} }
}