We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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...
Example:
This generates no errors:
This generates an error:
More generally I seem to be able to put semi-arbitrary things at the start of the file...