Skip to content
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
@morleytatro

Description

@morleytatro

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions