library · inferred from evidence
HTML language support
Built-in feature in VS Code that validates HTML, including embedded styles.
- 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