This repository was archived by the owner on May 7, 2020. It is now read-only.
This repository was archived by the owner on May 7, 2020. It is now read-only.
Parsing errors (scss and js in html) #1
Closed
Description
Awesome extension! I'm getting parsing errors in a couple spots:
- When trying to inject structured data into the document head, the parser is looking for a semicolon.
{@html `<script type="application/ld+json">${JSON.stringify(structuredData)}</script>`}
- Setting variables at the top of an inline scss style block triggers a "Selector is expected" error.
<style type="text/scss">
$dark-gray: #bbb;
</style>