Closed ghost closed 3 years ago
Hi there, it looks like there's an issue when converting the following line of code to CSS:
gap: var(--gap-y, 0) var(--gap-x, 0);
You can replace that line with:
row-gap: var(--gap-y, 0);
column-gap: var(--gap-x, 0);
We'll update the component as soon as possible.
Cheers!
No other component was added, just the Auto Sized Grid.