Type Alias: ContainerQueryFeatureName
type ContainerQueryFeatureName =
| "aspect-ratio"
| "block-size"
| "height"
| "inline-size"
| "orientation"
| "width";
Defined in: _internal/container-query-analysis.ts:8
Size-related container query feature names recognized by this plugin.