Closed chaspi closed 5 years ago
When using a style element inside the literal the code formatter stopps working. As soon the style element is removed the formatter works again.
html` <style></style> <div> <div>test</div> </div> `
Duplicate of https://github.com/Microsoft/typescript-lit-html-plugin/issues/16
When using a style element inside the literal the code formatter stopps working. As soon the style element is removed the formatter works again.