Created
April 21, 2015 22:26
-
-
Save dkarzon/2d81c7577048a45ad50b to your computer and use it in GitHub Desktop.
Github pages combine/minify css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% capture sitecss %} | |
{% include_relative bootstrap.custom.css %} | |
{% include_relative external.css %} | |
{% include_relative fonts.css %} | |
{% include_relative pygments.css %} | |
{% include_relative style.css %} | |
{% endcapture %} | |
{{ sitecss | strip_newlines }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment