Hi :),
Chrome now supports style container query, they can often be used for progressive enhancements, so even if not widely supported, having it in Lightning would be helpful. Example syntax:
@container style(--card-background-blends: 1) {
.card-background {
padding: 0;
}
}
Thanks ! :)