Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/docs/responsive-design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ If you need to use a one-off breakpoint that doesn’t make sense to include in

Learn more about arbitrary value support in the [arbitrary values](/docs/adding-custom-styles#using-arbitrary-values) documentation.

Note that CSS variables aren't supported as arbitrary breakpoint values because CSS `@media` queries don't support the `var()` function.

## Container queries

### What are container queries?
Expand Down