The same selector, a property is set to the same value twice, and the second time will not convert px to rem
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
eg:
.wrap{height:100px;height:100px;} -> .wrap{height:10rem;height:100px;}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.