sindresorhus / github-markdown-css

The minimal amount of CSS to replicate the GitHub Markdown style
https://sindresorhus.com/github-markdown-css
MIT License
7.98k stars 2.1k forks source link

Duplicate Selectors #46

Closed Swivelgames closed 7 years ago

Swivelgames commented 7 years ago

I noticed when attempting to utilize this that there are quite a few duplicated selectors in here. The one that initially jumped out at me, before I started seeing more, was the hr selector. There seems to be three or more different declarations for hr styles.

Is it possible this could be deduped?

sindresorhus commented 7 years ago

The CSS is generated. It will deduped when you minify the CSS yourself, which most do anyways.