Where Am I?
where they are in the app
.sidebar { container: sidebar / inline-size; }
.feed { container: feed / inline-size; }
@container sidebar {
.card { /* I'm in the sidebar — go compact */ }
} where they are in the app
.sidebar { container: sidebar / inline-size; }
.feed { container: feed / inline-size; }
@container sidebar {
.card { /* I'm in the sidebar — go compact */ }
}