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)
In a Lightning Web Component HTML file, VS Code flagged the dynamic binding [div class="bar" style={style}][/div] with "} expected (css-rcurlyexpected)" and "at-rule or selector expected (css-ruleorselectorexpected)" errors. The reporter as