Newer
Older
pre-www / src / assets / css / base / spacing.css
:root{
    --spacing-lg: theme(spacing[12.5]);
}

@layer utilties{
    .spacing-base{
        @apply mb-sm md:mb-base;
    }
    .spacing-lg{
        @apply mb-base md:mb-lg;
    }
    .spacing-xl{
        @apply mb-lg xl:mb-xl;
    }
}