Closed sandrojohanides closed 5 years ago
Thanks! The MDN docs are super valuable, I think I'll manage with those links.
@sandrojohanides I pushed some fixes for grid syntax. Anything in particular that's still broken or missing for you?
Look beautiful, only bug I see is with the auto-fit
and auto-fill
keywords, which should be red.
From here: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
Just like in the CSS syntax, they're labelled as support.keyword.repetitions.css
. I don't know why exactly. I value the consistency with the CSS, so if you want this changed better open an issue there.
I'm going to close this issue, if you find anything else, please report! Thanks so much for cooperating this last week! 🏅
There are various little bugs in grid values (keywords, numbers, etc.). The syntax sections of these can be used to create tests:
https://developer.mozilla.org/en-US/docs/Web/CSS/grid https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
Let me know if you want me to point out the specifics.