The sass-ie gulp task produces a faulty style-fallback.css when using the Auto Sized Grid component
Upwind7369 opened this issue · 1 comments
Upwind7369 commented
claudia-romano commented
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!