@utility rg {
    --cols: repeat(12, 1fr);
    @apply grid grid-cols-(--cols);
}