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)
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