kangax / kangax/html-minifier

Group <style> tags?

Open
#1,126 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5k
Forks
577
PR merge metrics
No merged PRs in 30d

Description

I have this:
```html
a{color:red}
a{color:blue}
```

And I get this:
```html
a{color:red}a{color:#00f}
```

But I expect this:
```html
a{color:#00f}
```

Or, at least this:
```html
a{color:red}a{color:#00f}
```

Would be really helpful, couldn't find any flag here or in clean-css... thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.