Skip to content

Instantly share code, notes, and snippets.

@GarthDB
Created February 3, 2015 23:45
Show Gist options
  • Save GarthDB/c142f2ae2df9b06a14d3 to your computer and use it in GitHub Desktop.
Save GarthDB/c142f2ae2df9b06a14d3 to your computer and use it in GitHub Desktop.
Scssify and inline external Scss
<head>
<style type="text/css">
{% capture include_to_scssify %}
{% include style.scss %}
{% endcapture %}
{{ include_to_scssify | scssify }}
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment