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

Add minify css to make CDN friendly #42

Closed phuslu closed 7 years ago

phuslu commented 7 years ago

Currently, we could embed github-markdown-css via rawgit.com like below

<link href="https://rawgit.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css" rel="stylesheet">

or

<link href="https://rawgit.com/sindresorhus/github-markdown-css/v2.5.0/github-markdown.css" rel="stylesheet">

It's better that we also provide a minify version(github-markdown.min.css).

This Pull Request is to enable that.

sindresorhus commented 7 years ago

No thanks