You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We expose named container widths but no fractional content-width helpers (e.g. constrain an element to ~30/50/70% of content width with auto-centering). This is a common quick-constraint on marketing layouts.
Scope
.sf-width-10 … .sf-width-90 (or a sensible subset) = max-inline-size: calc(var(--sf-content-width) * fraction) + inline-size: 100% + centering; plus full/auto/fit/min/max-content.
Problem
We expose named container widths but no fractional content-width helpers (e.g. constrain an element to ~30/50/70% of content width with auto-centering). This is a common quick-constraint on marketing layouts.
Scope
.sf-width-10 … .sf-width-90(or a sensible subset) =max-inline-size: calc(var(--sf-content-width) * fraction)+inline-size: 100%+ centering; plusfull/auto/fit/min/max-content.--sf-width-*tokens.Acceptance