Created
February 3, 2015 23:45
-
-
Save GarthDB/c142f2ae2df9b06a14d3 to your computer and use it in GitHub Desktop.
Scssify and inline external Scss
This file contains hidden or 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
<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