Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@Stvad

Description

@Stvad
Issue body actions

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

Reactions are currently unavailable

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.