Skip to content

Some CSS errors are not detected if they are at the start of the file, but detected when they are in the middle (?) #21

@Stvad

Description

@Stvad

Example:

This generates no errors:

}  

.garden-link::before {
  content: "🦚"
 } 

This generates an error:

.garden-link::before {
  content: "🦚"
 } 

}

More generally I seem to be able to put semi-arbitrary things at the start of the file...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions