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

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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