Skip to content

Parse error in at-rule prelude with non-quoted URL #103

@racodond

Description

@racodond

Parsing OK:

@document url("http://www.w3.org/"),
          url-prefix("http://www.w3.org/"),
          domain(mozilla.org),
          regexp("https:.*")
{
  body {
    color: purple;
    background: yellow;
  }
}

Removing double quotes around url-prefix("http://www.w3.org/"), parsing KO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions