1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-11-23 22:24:39 +02:00

update css.xml for current grid gap properties (#1128)

this adds the remaining current css grid property name, following the
additions in pull req #1113 . checked with W3, MDN, and caniuse. also
removes three `grid gap` properties that are no longer in any proposal
or [spec](https://www.w3.org/TR/css-grid-1/).

**removed:**
grid-column-gap
grid-gap
grid-row-gap

**added:**
row-gap
This commit is contained in:
ioflow
2025-08-24 01:26:51 -07:00
committed by GitHub
parent 339bd37a7d
commit 09cd5732d3

File diff suppressed because one or more lines are too long