Dan Tonon

Results 137 comments of Dan Tonon

Ahh ok, @ai this is probably a valid bug then.

@fabb in the sample that you posted, you are using `grid-template-areas`. If you are using areas then grid-gap will work.

> Would it be possible to also show a warning when I just specify grid-template-columns and grid-template-rows but forget about grid-template-areas? Not really. It is a bit too annoying for...

We could feasibly provide an option for not allowing grid at all without either the areas or autoplacement algorithms being used. That would need to be tracked in a seperate...

Yep, I can confirm that `grid-column-gap` and `grid-row-gap` do not trigger the `grid-gap` warning.

We used to support it. I know that it definitely worked in the past at some point. Maybe it regressed when autoplacement was introduced? 😕

Oh sorry, I was confused. The repeat syntax is working, the issue is that the autoplacement is trying to place stuff in the wrong columns. Theoretically it could be calculated...

Yeah I think it's a pretty good idea. The Grid portion of autoprefixer is a huge component that isn't relevant to the rest of autoprefixer so it makes sense to...

Cool, thanks for doing this 😊 I'll review it when you're done. I was the one that wrote the CSS Grid in IE series on CSS Tricks and probably most...

Sorry, I've been really busy this week. I'll try and take a look at this over the weekend.