Skip to content

hsla units #3

@jacobrask

Description

@jacobrask

The following code:

selector {
  color: hsl(0, 0%, 0%);
}

outputs

selector{color:hsl(0,0,0)}

which is invalid hsl. Oddly enough, just hsl(0, 0%, 0%) without any selector outputs the correct units.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions