framework · inferred from evidence
LWC
Lightning Web Components framework, which uses template binding syntax like {style}.
- VS Code css-rcurlyexpected error on style={style} in LWC HTML (false positive)
This is a VS Code false positive, not a code error: the built-in HTML language support validates the style attribute as static CSS and does not understand LWC's {style} template binding. It is safe to ignore — deployment works despite the s