Group <style> tags?
Open
- 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.