Closed jacobcassidy closed 1 year ago
When using an auto-repeat value for the first argument of the repeat() function, there are two property keyword options: auto-fill and auto-fit.
repeat()
auto-fill
auto-fit
See https://developer.mozilla.org/en-US/docs/Web/CSS/repeat.
This commit adds the two keywords for correct syntax highlighting.
When using an auto-repeat value for the first argument of the
repeat()
function, there are two property keyword options:auto-fill
andauto-fit
.See https://developer.mozilla.org/en-US/docs/Web/CSS/repeat.
This commit adds the two keywords for correct syntax highlighting.