Skip to content

:lang with empty expression list parsed incorrectly #72

@shagkur

Description

@shagkur

An incorrectly empty lang function type pseudo class like:

:lang() {
	color: black;
}

is parsed incorrectly (should probably even dropped) to this:
:lang( { color:black; }

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions