Skip to content

Instantly share code, notes, and snippets.

@benburwell
Created January 16, 2015 02:55
Show Gist options
  • Save benburwell/bbaea7d51dd9ab9afa15 to your computer and use it in GitHub Desktop.
Save benburwell/bbaea7d51dd9ab9afa15 to your computer and use it in GitHub Desktop.
Including minified SCSS in Jekyll layouts
<style type="text/css">
{% capture fonts %}
{% include fonts.scss %}
{% endcapture %}
{{ fonts | scssify }}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment