Skip to content

Instantly share code, notes, and snippets.

@dkarzon
Created April 21, 2015 22:26
Show Gist options
  • Save dkarzon/2d81c7577048a45ad50b to your computer and use it in GitHub Desktop.
Save dkarzon/2d81c7577048a45ad50b to your computer and use it in GitHub Desktop.
Github pages combine/minify css
{% 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