Skip to content

Commit 37e48c8

Browse files
committed
Docs: add minmax()
1 parent 17c3f84 commit 37e48c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css_misc_notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,10 @@ To use `clamp()`, enter three values: a minimum value, ideal value (from which t
6565
see also: <https://web.dev/min-max-clamp>
6666

6767

68-
## minmax()
68+
## minmax()
69+
70+
> The minmax() CSS function defines a size range greater than or equal to min and less than or equal to max. It is used with CSS Grids.
71+
72+
## repeat()
73+
74+
Note the difference between `auto-fit` and `auto-fill`.

0 commit comments

Comments
 (0)