Instantly share code, notes, and snippets.
change this
margin: 0 calc(var(--gap-x) * -0.5);
to
margin: 0 -1rem;
negative value cause error