Skip to content

Optimize repeated values #126

@cjohansen

Description

@cjohansen

Given this CSS:

body {
  padding: 10px 10px 10px 10px;
}

I would expect this optimized output:

body{padding:10px}

But the four same pixel values are not compacted to one. I tried setting the various options with no luck. Maybe add this optimization?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions