Newer
Older
pre-www / src / assets / css / components / content-section.css
.content-section{
    @apply mt-md lg:mt-lg;
    &--noMargin{
        @apply mt-0;
    }
}